Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-6]: src/gnu/lib/libstdc++/include Pullup rev 1.4 via patch (req...
details: https://anonhg.NetBSD.org/src/rev/dd01a4a5b32a
branches: netbsd-1-6
changeset: 531180:dd01a4a5b32a
user: jmc <jmc%NetBSD.org@localhost>
date: Sun Mar 28 07:47:41 2004 +0000
description:
Pullup rev 1.4 via patch (requested by junyoung in ticket #1611)
Add more rules to disable default '.cc -> NULL' transforms, because the
default rules cause problems if "valarray.cc" is newer than "valarray"
(for example
diffstat:
gnu/lib/libstdc++/include/Makefile | 8 +++-----
1 files changed, 3 insertions(+), 5 deletions(-)
diffs (22 lines):
diff -r f9312fe5957d -r dd01a4a5b32a gnu/lib/libstdc++/include/Makefile
--- a/gnu/lib/libstdc++/include/Makefile Fri Mar 26 23:04:38 2004 +0000
+++ b/gnu/lib/libstdc++/include/Makefile Sun Mar 28 07:47:41 2004 +0000
@@ -1,15 +1,13 @@
-# $NetBSD: Makefile,v 1.1 2001/07/24 19:44:50 tv Exp $
+# $NetBSD: Makefile,v 1.1.2.1 2004/03/28 07:47:41 jmc Exp $
.include <bsd.own.mk>
-# This include file keeps the includes/build of libstdc++ separate,
-# to avoid issues like "iostream.cc" using the default ".cc:" rule
-# to build the "iostream" file (which is actually a header).
-
.if defined(USE_NEW_TOOLCHAIN)
.include "${.CURDIR}/../arch/${MACHINE_ARCH}/defs.mk"
+.cc: # disable .cc->NULL transform
+
TOP= ${.CURDIR}/../../..
DIST= ${TOP}/dist/toolchain
Home |
Main Index |
Thread Index |
Old Index