summaryrefslogtreecommitdiffstats
path: root/usr.bin/bmake
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2014-05-23 00:20:44 +0000
committerimp <imp@FreeBSD.org>2014-05-23 00:20:44 +0000
commite7c2a7877e0e0edc51335e977bd23f4c9dba7d16 (patch)
tree72b0d67a512bf0025db23ef8d12f5279ce1bfb8b /usr.bin/bmake
parente67d363270d5fdbaaae58d33cb3a05edee728761 (diff)
downloadFreeBSD-src-e7c2a7877e0e0edc51335e977bd23f4c9dba7d16.zip
FreeBSD-src-e7c2a7877e0e0edc51335e977bd23f4c9dba7d16.tar.gz
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.
Diffstat (limited to 'usr.bin/bmake')
-rw-r--r--usr.bin/bmake/Makefile1
1 files changed, 0 insertions, 1 deletions
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}}
OpenPOWER on IntegriCloud