git: bmake - Disable use of PWD env
Matthew Dillon
dillon at crater.dragonflybsd.org
Tue Dec 1 11:03:14 PST 2015
commit 63e3a85f625dd65911781bc211f368e44a69ae7f
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/63e3a85f625dd65911781bc211f368e44a69ae7f
--
DragonFly BSD source repository
More information about the Commits
mailing list