Date: Tue, 27 Aug 2013 01:55:11 GMT From: Steve Wills <swills@FreeBSD.org> To: freebsd-gnats-submit@FreeBSD.org Subject: bin/181576: make is bmake but man make documents pmake Message-ID: <201308270155.r7R1tB4B042951@oldred.freebsd.org> Resent-Message-ID: <201308270200.r7R2007C053196@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 181576 >Category: bin >Synopsis: make is bmake but man make documents pmake >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Tue Aug 27 02:00:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Steve Wills >Release: 10-CURRENT r254887 >Organization: >Environment: FreeBSD meatwad.mouf.net 10.0-CURRENT FreeBSD 10.0-CURRENT #1 r254887: Sun Aug 25 22:43:45 UTC 2013 root@meatwad.mouf.net:/usr/obj/usr/src/sys/MEATWAD amd64 >Description: make is bmake, but man make documents pmake. man make starts with: NAME make -- maintain program dependencies SYNOPSIS make [-BeikNnqrstWwX] [-C directory] [-D variable] [-d flags] [-f makefile] [-I directory] [-J private] [-j max_jobs] [-m directory] [-T file] [-V variable] [variable=value] [target ...] DESCRIPTION make is a program designed to simplify the maintenance of other programs. Its input is a list of specifications as to the files upon which programs and other files depend. If no -f makefile makefile option is given, make will try to open `makefile' then `Makefile' in order to find the specifi- cations. If the file `.depend' exists, it is read (see mkdep(1)). This manual page is intended as a reference document only. For a more thorough description of make and makefiles, please refer to PMake - A Tutorial. But make is clearly bmake: % make -h usage: make [-BeikNnqrstWwX] [-C directory] [-D variable] [-d flags] [-f makefile] [-I directory] [-J private] [-j max_jobs] [-m directory] [-T file] [-V variable] [variable=value] [target ...] % >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308270155.r7R1tB4B042951>