git: bmake: rethink default mk search path again

John Marino marino at crater.dragonflybsd.org
Sat Oct 27 09:10:50 PDT 2012


commit 3db89b525e9bf920cfc9f8918bafccba9342308e
Author: John Marino <draco at 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



More information about the Commits mailing list