summaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2014-06-23 00:54:56 +0000
committerache <ache@FreeBSD.org>2014-06-23 00:54:56 +0000
commit4e4bbc03f3649c78031ade578716d3821a5a9fae (patch)
treee052c2d5220bf7afa6b6b4274d60e761009453ae /UPDATING
parentd532d18d9fb067d2e6d110c33f3855063e55f16c (diff)
downloadFreeBSD-src-4e4bbc03f3649c78031ade578716d3821a5a9fae.zip
FreeBSD-src-4e4bbc03f3649c78031ade578716d3821a5a9fae.tar.gz
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.
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING2
1 files changed, 1 insertions, 1 deletions
diff --git a/UPDATING b/UPDATING
index 75d844e..334f443 100644
--- a/UPDATING
+++ b/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
OpenPOWER on IntegriCloud