git: DragonFly_RELEASE_4_4 bmake - Disable use of PWD env
Matthew Dillon
dillon at crater.dragonflybsd.org
Tue Dec 1 11:04:53 PST 2015
commit 473d7a814bb0795ea354608685db32fa233e9ca5
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Tue Dec 1 11:00:11 2015 -0800
bmake - Disable use of PWD env
* bmake tries to use the logical directory path via the PWD environment
variable, and its various exceptions for dealing with OBJDIR fall short.
This creates mass confusion for buildworld if the source tree is built
via a logical directory path which goes through a symlink.
* With this change, bmake now only uses the real directory path.
Taken-from: FreeBSD
Summary of changes:
usr.bin/bmake/Makefile | 1 +
1 file changed, 1 insertion(+)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/473d7a814bb0795ea354608685db32fa233e9ca5
--
DragonFly BSD source repository
More information about the Commits
mailing list