svn commit: r265686 - head

Warner Losh imp at FreeBSD.org
Thu May 8 15:58:35 UTC 2014


Author: imp
Date: Thu May  8 15:58:34 2014
New Revision: 265686
URL: http://svnweb.freebsd.org/changeset/base/265686

Log:
  Add usr/share/mk/src.opts.mk to obsolete files. It never should have
  been installed in the first place, and it must be removed ASAP or
  weird build errors may start happening in the future if this file is
  ever taken from the installed system. Add note to UPDATING.

Modified:
  head/ObsoleteFiles.inc
  head/UPDATING

Modified: head/ObsoleteFiles.inc
==============================================================================
--- head/ObsoleteFiles.inc	Thu May  8 15:33:52 2014	(r265685)
+++ head/ObsoleteFiles.inc	Thu May  8 15:58:34 2014	(r265686)
@@ -38,6 +38,8 @@
 #   xargs -n1 | sort | uniq -d;
 # done
 
+# 20140505: Bogusly installing src.opts.mk
+OLD_FILES+=usr/share/mk/src.opts.mk
 # 20140505: Reject PR kern/187551
 OLD_DIRS+=usr/tests/sbin/ifconfig
 OLD_FILES+=usr/tests/sbin/ifconfig/Kyuafile

Modified: head/UPDATING
==============================================================================
--- head/UPDATING	Thu May  8 15:33:52 2014	(r265685)
+++ head/UPDATING	Thu May  8 15:58:34 2014	(r265686)
@@ -31,6 +31,11 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 11
 	disable the most expensive debugging functionality run
 	"ln -s 'abort:false,junk:false' /etc/malloc.conf".)
 
+20140508:
+	We bogusly installed src.opts.mk in /usr/share/mk. This file should
+	be removed to avoid issues in the future (and has been added to
+	ObsoleteFiles.inc).
+
 20140505:
 	/etc/src.conf now affects only builds of the FreeBSD src tree. In the
 	past, it affected all builds that used the bsd.*.mk files. The old


More information about the svn-src-all mailing list