Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/gpl3/gcc/usr.bin add G_BUGURL and G_PKGVERSION vari...
details: https://anonhg.NetBSD.org/src/rev/e55b8b865ade
branches: trunk
changeset: 766620:e55b8b865ade
user: mrg <mrg%NetBSD.org@localhost>
date: Wed Jun 29 02:15:13 2011 +0000
description:
add G_BUGURL and G_PKGVERSION variables that are unquoted versions.
diffstat:
external/gpl3/gcc/usr.bin/Makefile.inc | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
diffs (22 lines):
diff -r 435275aa711e -r e55b8b865ade external/gpl3/gcc/usr.bin/Makefile.inc
--- a/external/gpl3/gcc/usr.bin/Makefile.inc Wed Jun 29 02:14:28 2011 +0000
+++ b/external/gpl3/gcc/usr.bin/Makefile.inc Wed Jun 29 02:15:13 2011 +0000
@@ -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} \
Home |
Main Index |
Thread Index |
Old Index