Author: sjg
Date: Tue Jun 23 20:01:12 2015
New Revision: 284738
URL: https://svnweb.freebsd.org/changeset/base/284738

Log:
  Remove entry about make.conf - no longer relevant

Modified:
  head/UPDATING

Modified: head/UPDATING
==============================================================================
--- head/UPDATING       Tue Jun 23 18:55:08 2015        (r284737)
+++ head/UPDATING       Tue Jun 23 20:01:12 2015        (r284738)
@@ -32,23 +32,6 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 11
        "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.
        
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to