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/a004e1bfc3b4
branches: trunk
changeset: 356694:a004e1bfc3b4
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 9eaeae03db41 -r a004e1bfc3b4 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 9eaeae03db41 -r a004e1bfc3b4 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