From owner-cvs-usrbin Sat Aug 31 07:21:32 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id HAA14293 for cvs-usrbin-outgoing; Sat, 31 Aug 1996 07:21:32 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id HAA14275; Sat, 31 Aug 1996 07:21:17 -0700 (PDT) Date: Sat, 31 Aug 1996 07:21:17 -0700 (PDT) From: Bruce Evans Message-Id: <199608311421.HAA14275@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/make make.1 Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 96/08/31 07:21:16 Modified: usr.bin/make make.1 Log: Listed all the environment variables (MACHINE and PWD were missing). Documented PWD. MACHINE and MAKEOBJDIR are are still undocumented except in main.c. I will be changing MAKEOBJDIR back to its old behaviour so that the comment in main.c actually applies. Removed irrelevant misformatted text about make's name being argv[0]. Revision Changes Path 1.4 +27 -4 src/usr.bin/make/make.1