Module Name: src
Committed By: tsutsui
Date: Mon Mar 30 11:22:46 UTC 2009
Modified Files:
src/distrib/cdrom/macppc_mkboothfs: Makefile
Log Message:
Avoid keyword substitution.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/distrib/cdrom/macppc_mkboothfs/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/distrib/cdrom/macppc_mkboothfs/Makefile
diff -u src/distrib/cdrom/macppc_mkboothfs/Makefile:1.3 src/distrib/cdrom/macppc_mkboothfs/Makefile:1.4
--- src/distrib/cdrom/macppc_mkboothfs/Makefile:1.3 Sun Mar 29 04:52:12 2009
+++ src/distrib/cdrom/macppc_mkboothfs/Makefile Mon Mar 30 11:22:46 2009
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2009/03/29 04:52:12 tsutsui Exp $
+# $NetBSD: Makefile,v 1.4 2009/03/30 11:22:46 tsutsui Exp $
HOSTPROG= macppc_mkboothfs
SRCS= mkboothfs.c
@@ -21,7 +21,7 @@
./${HOSTPROG} boothfs
boothfs.uue: boothfs
- echo '$$NetBSD: Makefile,v 1.3 2009/03/29 04:52:12 tsutsui Exp $$' > ${.TARGET}.tmp
+ echo \$$NetBSD\$$ > ${.TARGET}.tmp
${UUENCODE} boothfs boothfs >> ${.TARGET}.tmp
cp ${.TARGET}.tmp ${NETBSDSRCDIR}/distrib/cdrom/${.TARGET}