Module Name: src
Committed By: mrg
Date: Wed Jun 29 02:14:28 UTC 2011
Modified Files:
src/external/gpl3/gcc/usr.bin: Makefile.frontend
Log Message:
update the gcc-vers.texi generation and fix various build issues.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/external/gpl3/gcc/usr.bin/Makefile.frontend
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/usr.bin/Makefile.frontend
diff -u src/external/gpl3/gcc/usr.bin/Makefile.frontend:1.1 src/external/gpl3/gcc/usr.bin/Makefile.frontend:1.2
--- src/external/gpl3/gcc/usr.bin/Makefile.frontend:1.1 Tue Jun 21 06:03:13 2011
+++ src/external/gpl3/gcc/usr.bin/Makefile.frontend Wed Jun 29 02:14:28 2011
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.frontend,v 1.1 2011/06/21 06:03:13 mrg Exp $
+# $NetBSD: Makefile.frontend,v 1.2 2011/06/29 02:14:28 mrg Exp $
BINDIR= /usr/bin
@@ -18,6 +18,12 @@
echo "@set DEVELOPMENT"; \
else \
echo "@clear DEVELOPMENT"; \
- fi) > ${.TARGET}
+ fi; \
+ echo "@set srcdir $(DIST)/gcc"; \
+ if [ -n "$(PKGVERSION)" ]; then \
+ echo "@set VERSION_PACKAGE $(PKGVERSION)"; \
+ fi; \
+ echo "@set BUGURL $(BUGURL)"; \
+ ) > ${.TARGET}
CLEANFILES+= gcc-vers.texi