From owner-cvs-all Sat Oct 17 17:51:52 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA12547 for cvs-all-outgoing; Sat, 17 Oct 1998 17:51:52 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA12542; Sat, 17 Oct 1998 17:51:49 -0700 (PDT) (envelope-from obrien@FreeBSD.org) From: "David E. O'Brien" Received: (from obrien@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA07975; Sat, 17 Oct 1998 17:51:47 -0700 (PDT) Date: Sat, 17 Oct 1998 17:51:47 -0700 (PDT) Message-Id: <199810180051.RAA07975@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.bin/make main.c make.1 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1998/10/17 17:51:47 PDT Modified files: usr.bin/make main.c make.1 Log: Only process the ``PWD'' environmental var if built with "WANT_ENV_PWD" defined. Bash v2 sets PWD and it creates major problems for those of us with /usr/src being a symlink. See the lists for examples of the problems. Revision Changes Path 1.27 +11 -3 src/usr.bin/make/main.c 1.13 +3 -2 src/usr.bin/make/make.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message