svn commit: r317412 - head

John Baldwin jhb at FreeBSD.org
Tue Apr 25 17:45:28 UTC 2017


Author: jhb
Date: Tue Apr 25 17:45:26 2017
New Revision: 317412
URL: https://svnweb.freebsd.org/changeset/base/317412

Log:
  Add info files for GCC 4.2 to the list of info files to remove.
  
  This would only affect upgrades from older versions of non-clang
  platforms.
  
  MFC after:	1 week

Modified:
  head/ObsoleteFiles.inc

Modified: head/ObsoleteFiles.inc
==============================================================================
--- head/ObsoleteFiles.inc	Tue Apr 25 17:00:08 2017	(r317411)
+++ head/ObsoleteFiles.inc	Tue Apr 25 17:45:26 2017	(r317412)
@@ -2102,8 +2102,12 @@ OLD_FILES+=usr/share/info/am-utils.info.
 OLD_FILES+=usr/share/info/as.info.gz
 OLD_FILES+=usr/share/info/binutils.info.gz
 OLD_FILES+=usr/share/info/com_err.info.gz
+OLD_FILES+=usr/share/info/cpp.info.gz
+OLD_FILES+=usr/share/info/cppinternals.info.gz
 OLD_FILES+=usr/share/info/diff.info.gz
 OLD_FILES+=usr/share/info/dir
+OLD_FILES+=usr/share/info/gcc.info.gz
+OLD_FILES+=usr/share/info/gccint.info.gz
 OLD_FILES+=usr/share/info/gdb.info.gz
 OLD_FILES+=usr/share/info/gdbint.info.gz
 OLD_FILES+=usr/share/info/gperf.info.gz


More information about the svn-src-head mailing list