git: make(1): Fix default search path back to just /usr/share/mk.

Sascha Wildner swildner at crater.dragonflybsd.org
Fri Aug 21 10:37:06 PDT 2020


commit b45653dbaf3b263c58fe0f834d5fdf7d173d53d5
Author: Sascha Wildner <saw at online.de>
Date:   Fri Aug 21 19:36:48 2020 +0200

    make(1): Fix default search path back to just /usr/share/mk.
    
    This '...' hack was intended to fix pkgsrc problems at the time but
    didn't work (see 2b01fcf91a45a96b and 3db89b525e9bf920). And it was
    then left in in the hopes it might be useful for something.
    
    However, in practice it can only lead to confusion when you're
    building in another BSD's tree for testing purposes and make starts
    looking for and using .mk files we don't have in the upper levels
    of the foreign tree instead of properly reporting that it could not
    find the file.

Summary of changes:
 usr.bin/bmake/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/b45653dbaf3b263c58fe0f834d5fdf7d173d53d5


-- 
DragonFly BSD source repository


More information about the Commits mailing list