Bug 252938

Summary: developers-handbook: wrong make tutorial
Product: Documentation Reporter: Alexis Praga <alexis.praga>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me CC: carlavilla, ygy
Priority: --- Keywords: needs-patch
Version: Latest   
Hardware: Any   
OS: Any   

Description Alexis Praga 2021-01-23 11:07:29 UTC
Hi,

The handbook still mentions a tutorial about BSD make in /usr/share/doc/psd/12.make.
As mentionned in https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=219471, pmake is no longer used.

It's located in "I. Basics/2. Programming Tools/2.5. Make".
Comment 1 commit-hook freebsd_committer freebsd_triage 2023-08-27 10:02:57 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/doc/commit/?id=b4bb66161e1b905e64569f73a2560ebb5541842c

commit b4bb66161e1b905e64569f73a2560ebb5541842c
Author:     Sergio Carlavilla Delgado <carlavilla@FreeBSD.org>
AuthorDate: 2023-08-27 10:01:22 +0000
Commit:     Sergio Carlavilla Delgado <carlavilla@FreeBSD.org>
CommitDate: 2023-08-27 10:01:22 +0000

    Developers Handboo: Tools, remove reference to pmake

    PR:             252938
    Submitted by:   Alexis Praga <alexis.praga@proton.me>

 .../content/en/books/developers-handbook/tools/_index.adoc    | 11 +----------
 1 file changed, 1 insertion(+), 10 deletions(-)
Comment 2 Sergio Carlavilla Delgado freebsd_committer freebsd_triage 2023-08-27 10:03:55 UTC
Reference removed, I pointed users to use the make manual page.
Sorry for the delay.