mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-15 23:05:49 +01:00
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.
This commit is contained in:
parent
97bbab9993
commit
47e496fd5d
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=266566
@ -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}}
|
||||
|
Loading…
Reference in New Issue
Block a user