Module Name: src
Committed By: mrg
Date: Wed Jun 29 02:15:13 UTC 2011
Modified Files:
src/external/gpl3/gcc/usr.bin: Makefile.inc
Log Message:
add G_BUGURL and G_PKGVERSION variables that are unquoted versions.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/external/gpl3/gcc/usr.bin/Makefile.inc
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.inc
diff -u src/external/gpl3/gcc/usr.bin/Makefile.inc:1.6 src/external/gpl3/gcc/usr.bin/Makefile.inc:1.7
--- src/external/gpl3/gcc/usr.bin/Makefile.inc:1.6 Tue Jun 28 10:15:15 2011
+++ src/external/gpl3/gcc/usr.bin/Makefile.inc Wed Jun 29 02:15:13 2011
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.6 2011/06/28 10:15:15 mrg Exp $
+# $NetBSD: Makefile.inc,v 1.7 2011/06/29 02:15:13 mrg Exp $
.include <bsd.own.mk>
@@ -46,8 +46,10 @@
.endif
# XXX pull this out of our configs
-G_BUGURL_s="\"<http://www.NetBSD.org/Misc/send-pr.html>\""
-G_PKGVERSION_s="\"(NetBSD nb1 20110620) \""
+G_BUGURL=<http://www.NetBSD.org/Misc/send-pr.html>
+G_BUGURL_s="\"${G_BUG_URL}\""
+G_PKGVERSION_s=(NetBSD nb1 20110620)
+G_PKGVERSION_s="\"${G_PKGVERSION} \""
VER_CPPFLAGS= -DBUGURL=${G_BUGURL_s} \
-DPKGVERSION=${G_PKGVERSION_s} \