Source-Changes-HG archive

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

[src/trunk]: src/external/gpl3/gcc/dist/gcc/cp add a NetBSD_DISABLED rule for...



details:   https://anonhg.NetBSD.org/src/rev/166369663433
branches:  trunk
changeset: 766351:166369663433
user:      mrg <mrg%NetBSD.org@localhost>
date:      Tue Jun 21 04:14:34 2011 +0000

description:
add a NetBSD_DISABLED rule for cfns.h.

diffstat:

 external/gpl3/gcc/dist/gcc/cp/Make-lang.in |  2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diffs (12 lines):

diff -r 75e2c398cbbc -r 166369663433 external/gpl3/gcc/dist/gcc/cp/Make-lang.in
--- a/external/gpl3/gcc/dist/gcc/cp/Make-lang.in        Tue Jun 21 04:11:12 2011 +0000
+++ b/external/gpl3/gcc/dist/gcc/cp/Make-lang.in        Tue Jun 21 04:14:34 2011 +0000
@@ -107,6 +107,8 @@
 
 # Special build rules.
 $(srcdir)/cp/cfns.h: $(srcdir)/cp/cfns.gperf
+       @echo "NOT REBUILDING $@"
+NetBSD_DISABLED_cfns.h:
        gperf -o -C -E -k '1-6,$$' -j1 -D -N 'libc_name_p' -L ANSI-C \
                $(srcdir)/cp/cfns.gperf > $(srcdir)/cp/cfns.h
 



Home | Main Index | Thread Index | Old Index