summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authorharti <harti@FreeBSD.org>2005-04-28 08:04:46 +0000
committerharti <harti@FreeBSD.org>2005-04-28 08:04:46 +0000
commitb38862d9b3350743b801238ea0108b7ae70baabf (patch)
tree00d35329ccf246dcbee51fdb1deab3faef67fb5f /usr.bin
parentaef5277078601cfc91b86ad113d0db5c45a83cc5 (diff)
downloadFreeBSD-src-b38862d9b3350743b801238ea0108b7ae70baabf.zip
FreeBSD-src-b38862d9b3350743b801238ea0108b7ae70baabf.tar.gz
Fix the $$FreeBSD$$ that should be written verbatim to directive_hash.c
so that it doesn't get replaced with the Makefile's revision.
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/make/Makefile2
-rw-r--r--usr.bin/make/directive_hash.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/make/Makefile b/usr.bin/make/Makefile
index ee4d7b3..0e15bb9 100644
--- a/usr.bin/make/Makefile
+++ b/usr.bin/make/Makefile
@@ -45,7 +45,7 @@ EMITC ?= ${LOCALBASE}/bin/emitc
hash:
( echo '/*' ; \
echo ' * DO NOT EDIT' ; \
- echo ' * $$FreeBSD$$' ; \
+ echo ' * $$''FreeBSD$$' ; \
echo -n ' * auto-generated from ' ; \
sed -nEe '/\$$FreeBSD/s/^.*\$$(.*)\$$.*$$/\1/p' \
${.CURDIR}/parse.c ; \
diff --git a/usr.bin/make/directive_hash.c b/usr.bin/make/directive_hash.c
index 9703252..0c53fac 100644
--- a/usr.bin/make/directive_hash.c
+++ b/usr.bin/make/directive_hash.c
@@ -1,7 +1,7 @@
/*
* DO NOT EDIT
* $FreeBSD$
- * auto-generated from FreeBSD: src/usr.bin/make/parse.c,v 1.96 2005/04/11 07:40:54 harti Exp
+ * auto-generated from FreeBSD: src/usr.bin/make/parse.c,v 1.97 2005/04/28 07:55:55 harti Exp
* DO NOT EDIT
*/
#include <sys/types.h>
OpenPOWER on IntegriCloud