svn commit: r268063 - head/tools/build/mk
Baptiste Daroussin
bapt at FreeBSD.org
Mon Jun 30 20:22:01 UTC 2014
Author: bapt
Date: Mon Jun 30 20:22:00 2014
New Revision: 268063
URL: http://svnweb.freebsd.org/changeset/base/268063
Log:
fill in the list of obsolete files when base is built with WITHOUT_INFO
Modified:
head/tools/build/mk/OptionalObsoleteFiles.inc
Modified: head/tools/build/mk/OptionalObsoleteFiles.inc
==============================================================================
--- head/tools/build/mk/OptionalObsoleteFiles.inc Mon Jun 30 19:47:26 2014 (r268062)
+++ head/tools/build/mk/OptionalObsoleteFiles.inc Mon Jun 30 20:22:00 2014 (r268063)
@@ -1980,7 +1980,31 @@ OLD_FILES+=rescue/ping6
.endif
#.if ${MK_INFO} == no
-# to be filled in
+OLD_FILES+=usr/bin/info
+OLD_FILES+=usr/bin/infokey
+OLD_FILES+=usr/bin/install-info
+OLD_FILES+=usr/bin/makeinfo
+OLD_FILES+=usr/bin/texindex
+OLD_FILES+=usr/share/info/am-utils.info.gz
+OLD_FILES+=usr/share/info/as-utils.info.gz
+OLD_FILES+=usr/share/info/binutils.info.gz
+OLD_FILES+=usr/share/info/com_err.info.gz
+OLD_FILES+=usr/share/info/diff.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
+OLD_FILES+=usr/share/info/grep.info.gz
+OLD_FILES+=usr/share/info/groff.info.gz
+OLD_FILES+=usr/share/info/heimdal.info.gz
+OLD_FILES+=usr/share/info/history.info.gz
+OLD_FILES+=usr/share/info/info-stnd.info.gz
+OLD_FILES+=usr/share/info/info.info.gz
+OLD_FILES+=usr/share/info/ld.info.gz
+OLD_FILES+=usr/share/info/readline.info.gz
+OLD_FILES+=usr/share/info/regex.info.gz
+OLD_FILES+=usr/share/info/rluserman.info.gz
+OLD_FILES+=usr/share/info/stabs.info.gz
+OLD_FILES+=usr/share/info/texinfo.info.gz
#.endif
.if ${MK_IPFILTER} == no
More information about the svn-src-head
mailing list