Module Name: src
Committed By: mrg
Date: Sat Mar 1 22:49:43 UTC 2014
Modified Files:
src/external/gpl3/gcc/lib/libstdc++-v3/include/bits: Makefile
Log Message:
add a caveat about a construct in this makefile:
# XXX these rules don't always work if the ${.TARGET} ends up being the
# copy in ../../arch/$arch/ and that version is older. (but will
# only break read-only source builds.)
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 \
src/external/gpl3/gcc/lib/libstdc++-v3/include/bits/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/gpl3/gcc/lib/libstdc++-v3/include/bits/Makefile
diff -u src/external/gpl3/gcc/lib/libstdc++-v3/include/bits/Makefile:1.10 src/external/gpl3/gcc/lib/libstdc++-v3/include/bits/Makefile:1.11
--- src/external/gpl3/gcc/lib/libstdc++-v3/include/bits/Makefile:1.10 Sat Mar 1 21:03:01 2014
+++ src/external/gpl3/gcc/lib/libstdc++-v3/include/bits/Makefile Sat Mar 1 22:49:43 2014
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2014/03/01 21:03:01 mrg Exp $
+# $NetBSD: Makefile,v 1.11 2014/03/01 22:49:43 mrg Exp $
.include <bsd.own.mk>
.include <bsd.init.mk>
@@ -32,6 +32,9 @@ INCSDIR= /usr/include/g++/bits
CLEANFILES+= {BUILDINCS}
+# XXX these rules don't always work if the ${.TARGET} ends up being the
+# copy in ../../arch/$arch/ and that version is older. (but will
+# only break read-only source builds.)
opt_random.h: ${G_CPU_OPT_BITS_RANDOM}
cp -p ${.ALLSRC} ${.TARGET}
basic_file.h: ${G_BASIC_FILE_H}