Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/bsd/pcc just use the actual date in PACKAGE_CHECKOU...
details: https://anonhg.NetBSD.org/src/rev/88eb1b256568
branches: trunk
changeset: 751468:88eb1b256568
user: plunky <plunky%NetBSD.org@localhost>
date: Fri Feb 05 08:52:25 2010 +0000
description:
just use the actual date in PACKAGE_CHECKOUT definition
diffstat:
external/bsd/pcc/Makefile.inc | 4 ++--
external/bsd/pcc/config.h | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diffs (30 lines):
diff -r 964599be8565 -r 88eb1b256568 external/bsd/pcc/Makefile.inc
--- a/external/bsd/pcc/Makefile.inc Fri Feb 05 08:46:25 2010 +0000
+++ b/external/bsd/pcc/Makefile.inc Fri Feb 05 08:52:25 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.3 2010/02/03 22:13:13 plunky Exp $
+# $NetBSD: Makefile.inc,v 1.4 2010/02/05 08:52:25 plunky Exp $
PCC_DIR:=${.PARSEDIR}
PCC_DIST=${PCC_DIR}/dist/pcc
@@ -16,7 +16,7 @@
ERROR!= echo "ERROR: ${MACHINE_ARCH} not yet supported - write code!" >&2;echo
.endif
-VERSSTR = PACKAGE_STRING PACKAGE_CHECKOUT "for ${HOST_OSTYPE}"
+VERSSTR = PACKAGE_STRING " [" PACKAGE_CHECKOUT "] for ${HOST_OSTYPE}"
libexecdir = /usr/libexec
includedir = /usr/include
diff -r 964599be8565 -r 88eb1b256568 external/bsd/pcc/config.h
--- a/external/bsd/pcc/config.h Fri Feb 05 08:46:25 2010 +0000
+++ b/external/bsd/pcc/config.h Fri Feb 05 08:52:25 2010 +0000
@@ -190,7 +190,7 @@
/* #define VERSSTR "pcc 0.9.9 for i386-pc-netbsdelf, greg@sparky Wed Aug 13 22:19:18 EST 2008" */
/* PCC checkout date */
-#define PACKAGE_CHECKOUT " [20090902] "
+#define PACKAGE_CHECKOUT "20090902"
/* Size of wide character type */
#define WCHAR_SIZE 4
Home |
Main Index |
Thread Index |
Old Index