Update the bug report URL as per PR 48712. I assume in order for this
to propagate to where it'll be seen we need to rerun mknative, which I'm not in a position to do right now; but this way it'll update the next time someone else does that.
This commit is contained in:
parent
9b97857eeb
commit
c08b6bfde0
4
external/gpl3/gcc.old/usr.bin/Makefile.inc
vendored
4
external/gpl3/gcc.old/usr.bin/Makefile.inc
vendored
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile.inc,v 1.1.1.2 2014/02/26 10:57:34 mrg Exp $
|
||||
# $NetBSD: Makefile.inc,v 1.2 2014/07/27 04:16:09 dholland Exp $
|
||||
|
||||
.ifndef _EXTERNAL_GPL3_GCC_USR_BIN_MAKEFILE_INC_
|
||||
_EXTERNAL_GPL3_GCC_USR_BIN_MAKEFILE_INC_=1
|
||||
@ -66,7 +66,7 @@ DATESTAMPSTR= "\"\""
|
||||
.endif
|
||||
|
||||
# XXX pull this out of our configs
|
||||
G_BUGURL=<http://www.NetBSD.org/Misc/send-pr.html>
|
||||
G_BUGURL=<http://www.NetBSD.org/support/send-pr.html>
|
||||
G_BUGURL_s="\"${G_BUG_URL}\""
|
||||
G_PKGVERSION=(NetBSD nb1 20120916)
|
||||
G_PKGVERSION_s="\"${G_PKGVERSION} \""
|
||||
|
4
external/gpl3/gcc/usr.bin/Makefile.inc
vendored
4
external/gpl3/gcc/usr.bin/Makefile.inc
vendored
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile.inc,v 1.24 2014/06/01 19:51:02 mrg Exp $
|
||||
# $NetBSD: Makefile.inc,v 1.25 2014/07/27 04:16:09 dholland Exp $
|
||||
|
||||
.ifndef _EXTERNAL_GPL3_GCC_USR_BIN_MAKEFILE_INC_
|
||||
_EXTERNAL_GPL3_GCC_USR_BIN_MAKEFILE_INC_=1
|
||||
@ -68,7 +68,7 @@ DATESTAMPSTR= "\"\""
|
||||
.include "${TOP}/tools/gcc/gcc-version.mk"
|
||||
|
||||
# XXX pull this out of our configs
|
||||
G_BUGURL=<http://www.NetBSD.org/Misc/send-pr.html>
|
||||
G_BUGURL=<http://www.NetBSD.org/support/send-pr.html>
|
||||
G_BUGURL_s="\"${G_BUGURL}\""
|
||||
G_PKGVERSION=(${NETBSD_GCC_VERSION})
|
||||
G_PKGVERSION_s="\"${G_PKGVERSION} \""
|
||||
|
Loading…
Reference in New Issue
Block a user