Module Name: src
Committed By: mrg
Date: Tue Jun 28 04:22:17 UTC 2011
Modified Files:
src/external/gpl3/gcc/usr.bin: Makefile.inc
Log Message:
DEVPHASE of an actual gcc release is empty. do that.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 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.3 src/external/gpl3/gcc/usr.bin/Makefile.inc:1.4
--- src/external/gpl3/gcc/usr.bin/Makefile.inc:1.3 Fri Jun 24 05:27:57 2011
+++ src/external/gpl3/gcc/usr.bin/Makefile.inc Tue Jun 28 04:22:17 2011
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.3 2011/06/24 05:27:57 mrg Exp $
+# $NetBSD: Makefile.inc,v 1.4 2011/06/28 04:22:17 mrg Exp $
.include <bsd.own.mk>
@@ -29,7 +29,7 @@
BASEVER!= cat ${GNUHOSTDIST}/gcc/BASE-VER
# XXX
#DEVPHASE!= cat ${GNUHOSTDIST}/gcc/DEV-PHASE
-DEVPHASE="release"
+DEVPHASE=
DATESTAMP!= cat ${GNUHOSTDIST}/gcc/DATESTAMP
BASEVERSTR= "\"$(BASEVER)\""