Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Sep 2013 11:02:39 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r255357 - head/tools/build/mk
Message-ID:  <201309071102.r87B2dJx003231@svn.freebsd.org>

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



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