Module Name: src Committed By: plunky Date: Fri Feb 5 08:52:25 UTC 2010
Modified Files: src/external/bsd/pcc: Makefile.inc config.h Log Message: just use the actual date in PACKAGE_CHECKOUT definition To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/external/bsd/pcc/Makefile.inc cvs rdiff -u -r1.4 -r1.5 src/external/bsd/pcc/config.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/external/bsd/pcc/Makefile.inc diff -u src/external/bsd/pcc/Makefile.inc:1.3 src/external/bsd/pcc/Makefile.inc:1.4 --- src/external/bsd/pcc/Makefile.inc:1.3 Wed Feb 3 22:13:13 2010 +++ src/external/bsd/pcc/Makefile.inc Fri Feb 5 08:52:25 2010 @@ -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 Index: src/external/bsd/pcc/config.h diff -u src/external/bsd/pcc/config.h:1.4 src/external/bsd/pcc/config.h:1.5 --- src/external/bsd/pcc/config.h:1.4 Wed Feb 3 22:13:13 2010 +++ src/external/bsd/pcc/config.h Fri Feb 5 08:52:25 2010 @@ -190,7 +190,7 @@ /* #define VERSSTR "pcc 0.9.9 for i386-pc-netbsdelf, g...@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