aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2014-05-23 00:20:44 +0000
committerWarner Losh <imp@FreeBSD.org>2014-05-23 00:20:44 +0000
commit47e496fd5d395e8efe327968d4555aab28e81000 (patch)
tree72b0d67a512bf0025db23ef8d12f5279ce1bfb8b /usr.bin
parent97bbab999322b9647d4306217dd852e53413abf4 (diff)
downloadsrc-47e496fd5d395e8efe327968d4555aab28e81000.tar.gz
src-47e496fd5d395e8efe327968d4555aab28e81000.zip
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.
Notes
Notes: svn path=/head/; revision=266566
Diffstat (limited to 'usr.bin')
-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 b46445476fe9..fceee099a17a 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}}