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++/io Back out this part of #1611 due to...
details: https://anonhg.NetBSD.org/src/rev/d08ddee3effd
branches: netbsd-1-6
changeset: 531200:d08ddee3effd
user: jmc <jmc%NetBSD.org@localhost>
date: Sun Mar 28 22:12:30 2004 +0000
description:
Back out this part of #1611 due to bogus pullup request..
diffstat:
gnu/lib/libstdc++/io/Makefile | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
diffs (24 lines):
diff -r b301fd0f7011 -r d08ddee3effd gnu/lib/libstdc++/io/Makefile
--- a/gnu/lib/libstdc++/io/Makefile Sun Mar 28 09:02:41 2004 +0000
+++ b/gnu/lib/libstdc++/io/Makefile Sun Mar 28 22:12:30 2004 +0000
@@ -1,15 +1,17 @@
-# $NetBSD: Makefile,v 1.7.2.1 2004/03/28 07:47:43 jmc Exp $
+# $NetBSD: Makefile,v 1.7.2.2 2004/03/28 22:12:30 jmc Exp $
NOOBJ= # defined
.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