Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 May 2014 15:58:34 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r265686 - head
Message-ID:  <201405081558.s48FwYoR082731@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405081558.s48FwYoR082731>