Source-Changes-HG archive

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

[src/trunk]: src/external/gpl3 Don't try to rebuild gengtype-lex.c from yacc.



details:   https://anonhg.NetBSD.org/src/rev/c4a15de9a261
branches:  trunk
changeset: 826995:c4a15de9a261
user:      joerg <joerg%NetBSD.org@localhost>
date:      Sun Oct 08 11:08:55 2017 +0000

description:
Don't try to rebuild gengtype-lex.c from yacc.

diffstat:

 external/gpl3/gcc.old/usr.bin/backend/Makefile |  6 +++++-
 external/gpl3/gcc/usr.bin/backend/Makefile     |  6 +++++-
 2 files changed, 10 insertions(+), 2 deletions(-)

diffs (40 lines):

diff -r 4c6f8b845f62 -r c4a15de9a261 external/gpl3/gcc.old/usr.bin/backend/Makefile
--- a/external/gpl3/gcc.old/usr.bin/backend/Makefile    Sun Oct 08 11:06:48 2017 +0000
+++ b/external/gpl3/gcc.old/usr.bin/backend/Makefile    Sun Oct 08 11:08:55 2017 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.7 2017/07/27 16:05:15 he Exp $
+#      $NetBSD: Makefile,v 1.8 2017/10/08 11:08:55 joerg Exp $
 
 LIBISPRIVATE=  yes
 
@@ -6,6 +6,10 @@
 
 SRCS=          ${G_OBJS:.o=.c} ${G_out_file:T} regsub.c
 
+# Make sure we use the pre-generated C files
+.l.c:
+       @true
+
 BOTH_CPPFLAGS+=        -I. -I${GCCARCH} ${G_ALL_CFLAGS:M-D*} ${G_INCLUDES:M-I*:N-I.*}
 CPPFLAGS+=     ${BOTH_CPPFLAGS} -DTARGET_NAME=\"${MACHINE_GNU_PLATFORM}\"
 HOST_CPPFLAGS+=        -I${HOST_LIBIBERTYOBJ}/libiberty
diff -r 4c6f8b845f62 -r c4a15de9a261 external/gpl3/gcc/usr.bin/backend/Makefile
--- a/external/gpl3/gcc/usr.bin/backend/Makefile        Sun Oct 08 11:06:48 2017 +0000
+++ b/external/gpl3/gcc/usr.bin/backend/Makefile        Sun Oct 08 11:08:55 2017 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.38 2017/09/12 09:25:24 he Exp $
+#      $NetBSD: Makefile,v 1.39 2017/10/08 11:08:55 joerg Exp $
 
 LIBISPRIVATE=  yes
 
@@ -6,6 +6,10 @@
 
 SRCS=          ${G_OBJS:.o=.c} ${G_out_file:T} regsub.c
 
+# Make sure we use the pre-generated C files
+.l.c:
+       @true
+
 BOTH_CPPFLAGS+=        -I. -I${GCCARCH} ${G_ALL_CFLAGS:M-D*} ${G_INCLUDES:M-I*:N-I.*}
 CPPFLAGS+=     ${BOTH_CPPFLAGS} -DTARGET_NAME=\"${MACHINE_GNU_PLATFORM}\"
 HOST_CPPFLAGS+=        -I${HOST_LIBIBERTYOBJ}/libiberty



Home | Main Index | Thread Index | Old Index