commit 473d7a814bb0795ea354608685db32fa233e9ca5
Author: Matthew Dillon <[email protected]>
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

Reply via email to