DragonFly BSD
DragonFly commits List (threaded) for 2012-10
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

git: bmake: rethink default mk search path again


From: John Marino <marino@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Sat, 27 Oct 2012 09:10:50 -0700 (PDT)

commit 3db89b525e9bf920cfc9f8918bafccba9342308e
Author: John Marino <draco@marino.st>
Date:   Sat Oct 27 18:06:03 2012 +0200

    bmake: rethink default mk search path again
    
    Talking with swildner, we don't want the magic token to come before
    /usr/share/mk because that would case the host make (after bootstrapping) to
    seek files /usr/src/share/mk rather than the world mk files.
    
    Also, it appears that the magic token won't even help with pkgsrc support
    the mk files are in another branch (e.g. /usr/pkg/share/mk when the token
    would look in /usr/pkgsrc/share/mk).  We really don't have a use for
    .../share/mk, but putting it after /usr/share/mk won't hurt anything.
    
    Leave .../share/mk in place just in case it becomes a useful capability later.

Summary of changes:
 usr.bin/bmake/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/3db89b525e9bf920cfc9f8918bafccba9342308e


-- 
DragonFly BSD source repository



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]