summaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authorsjg <sjg@FreeBSD.org>2015-06-16 23:32:28 +0000
committersjg <sjg@FreeBSD.org>2015-06-16 23:32:28 +0000
commit2d1e4dc6e8619af63dec3ec2843c851283607da5 (patch)
tree6464f6605beb41094bc71e8a584397d86d758e5d /UPDATING
parent0e75339fd1e6973f36eeeced99742556e932cb47 (diff)
downloadFreeBSD-src-2d1e4dc6e8619af63dec3ec2843c851283607da5.zip
FreeBSD-src-2d1e4dc6e8619af63dec3ec2843c851283607da5.tar.gz
Make mention of make.conf being included earlier and what to do about it.
Reviewed by: NGie
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING17
1 files changed, 17 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 56cb5f0..0b046f5 100644
--- a/UPDATING
+++ b/UPDATING
@@ -32,6 +32,23 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 11.x IS SLOW:
"ln -s 'abort:false,junk:false' /etc/malloc.conf".)
20150616:
+ /etc/make.conf now included earlier.
+ sys.mk now includes /etc/make.conf and {local,src}.sys.mk earlier
+ than previously.
+ This makes it simple to interpose external toolchains etc.
+ However it may cause problems for users who have things like::
+
+ INSTALL+= something
+
+ in /etc/make.conf, since INSTALL is not yet defined.
+ A safe fix for that is to have::
+
+ INSTALL?= install
+ INSTALL+= something
+
+ which is equivalent to previous behavior.
+
+20150616:
FreeBSD's old make (fmake) has been removed from the system. It is
available as the devel/fmake port or via pkg install fmake.
OpenPOWER on IntegriCloud