Change suggestion how to set MAKESYSPATH as broken incremental build
workaround. Magic ".../share/mk" (search directories up to /) does not work for f.e. /usr/src/gnu/lib/libgcc because the path inside is starting from /usr/obj hierarchy and ends up in /usr/share/mk, not in the /usr/src/share/mk where src.opts.mk is. IMHO proper fixing of incremental build is needed urgently.
This commit is contained in:
parent
327235b3d6
commit
1cb207df04
2
UPDATING
2
UPDATING
@ -67,7 +67,7 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 11.x IS SLOW:
|
||||
behavior back, you can .include /etc/src.conf from /etc/make.conf
|
||||
(which is still global and isn't changed). This also changes the
|
||||
behavior of incremental builds inside the tree of individual
|
||||
directories. Set MAKESYSPATH to ".../share/mk" to do that.
|
||||
directories. Set MAKESYSPATH to "/usr/src/share/mk" to do that.
|
||||
Although this has survived make universe and some upgrade scenarios,
|
||||
other upgrade scenarios may have broken. At least one form of
|
||||
temporary breakage was fixed with MAKESYSPATH settings for buildworld
|
||||
|
Loading…
Reference in New Issue
Block a user