Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/etc/mtree Re-add "/usr/include/gcc-4.1". It is only obsolete...



details:   https://anonhg.NetBSD.org/src/rev/f99f259f314b
branches:  trunk
changeset: 789560:f99f259f314b
user:      tron <tron%NetBSD.org@localhost>
date:      Thu Aug 22 07:14:38 2013 +0000

description:
Re-add "/usr/include/gcc-4.1". It is only obsolete on ports that use
GCC 4.5.x. Explanation provided by Thomas Klausner in private e-mail.

diffstat:

 etc/mtree/NetBSD.dist.base |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 785230106855 -r f99f259f314b etc/mtree/NetBSD.dist.base
--- a/etc/mtree/NetBSD.dist.base        Thu Aug 22 00:26:23 2013 +0000
+++ b/etc/mtree/NetBSD.dist.base        Thu Aug 22 07:14:38 2013 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: NetBSD.dist.base,v 1.123 2013/08/21 20:52:45 tron Exp $
+#      $NetBSD: NetBSD.dist.base,v 1.124 2013/08/22 07:14:38 tron Exp $
 #      @(#)4.4BSD.dist 8.1 (Berkeley) 6/13/93
 
 # Do not customize this file as it may be overwritten on upgrades.
@@ -140,6 +140,7 @@
 ./usr/include/g++/parallel
 ./usr/include/g++/tr1
 ./usr/include/g++/tr1_impl
+./usr/include/gcc-4.1
 ./usr/include/gcc-4.5
 ./usr/include/gssapi
 ./usr/include/isofs



Home | Main Index | Thread Index | Old Index