From e7c2a7877e0e0edc51335e977bd23f4c9dba7d16 Mon Sep 17 00:00:00 2001 From: imp Date: Fri, 23 May 2014 00:20:44 +0000 Subject: Add .../share/mk to the default system make path. This will fix the problem with broken in-tree builds (which are used far more pervasively than I'd known outside the tree). However, weird results may now happen if at any point in the tree above you there happens to be a directory that has subdirectory of share/mk, as unpredictable results will follow. This was considered the lessor of the two evils, at least for now. In the future this will be removed again when the underlying issues are resolved. --- usr.bin/bmake/Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'usr.bin/bmake') diff --git a/usr.bin/bmake/Makefile b/usr.bin/bmake/Makefile index b464454..fceee09 100644 --- a/usr.bin/bmake/Makefile +++ b/usr.bin/bmake/Makefile @@ -166,7 +166,6 @@ accept test: # override some simple things BINDIR= /usr/bin MANDIR= /usr/share/man/man -DEFAULT_SYS_PATH= /usr/share/mk # make sure we get this CFLAGS+= ${COPTS.${.IMPSRC:T}} -- cgit v1.1