svn commit: r255357 - head/tools/build/mk

Antoine Brodin antoine at FreeBSD.org
Sat Sep 7 11:02:39 UTC 2013


Author: antoine
Date: Sat Sep  7 11:02:38 2013
New Revision: 255357
URL: http://svnweb.freebsd.org/changeset/base/255357

Log:
  Do not try to remove directories that are part of BSD.include.dist

Modified:
  head/tools/build/mk/OptionalObsoleteFiles.inc

Modified: head/tools/build/mk/OptionalObsoleteFiles.inc
==============================================================================
--- head/tools/build/mk/OptionalObsoleteFiles.inc	Sat Sep  7 10:42:00 2013	(r255356)
+++ head/tools/build/mk/OptionalObsoleteFiles.inc	Sat Sep  7 11:02:38 2013	(r255357)
@@ -1574,8 +1574,6 @@ OLD_FILES+=usr/include/gcc/4.2/altivec.h
 OLD_FILES+=usr/include/gcc/4.2/ppc-asm.h
 OLD_FILES+=usr/include/gcc/4.2/spe.h
 .endif
-OLD_DIRS+=usr/include/gcc/4.2
-OLD_DIRS+=usr/include/gcc
 OLD_FILES+=usr/libexec/cc1
 OLD_FILES+=usr/libexec/cc1plus
 OLD_FILES+=usr/share/info/cpp.info.gz


More information about the svn-src-all mailing list