Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/dreamcast/dev/microcode Make sure the string dolla...
details: https://anonhg.NetBSD.org/src/rev/5c54be9a5866
branches: trunk
changeset: 570031:5c54be9a5866
user: itohy <itohy%NetBSD.org@localhost>
date: Sat Sep 18 03:32:30 2004 +0000
description:
Make sure the string dollar NetBSD doller is stored literally.
diffstat:
sys/arch/dreamcast/dev/microcode/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r af3cce690b69 -r 5c54be9a5866 sys/arch/dreamcast/dev/microcode/Makefile
--- a/sys/arch/dreamcast/dev/microcode/Makefile Sat Sep 18 02:21:33 2004 +0000
+++ b/sys/arch/dreamcast/dev/microcode/Makefile Sat Sep 18 03:32:30 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2003/08/24 17:33:30 marcus Exp $
+# $NetBSD: Makefile,v 1.2 2004/09/18 03:32:30 itohy Exp $
S = ${.CURDIR}/../../../..
@@ -15,7 +15,7 @@
aica_armcode.h: aica_armcode.elf
${OBJCOPY} -O binary aica_armcode.elf aica_armcode.bin
- echo '/* $$NetBSD: Makefile,v 1.1 2003/08/24 17:33:30 marcus Exp $$ */' > ${.TARGET}.tmp
+ echo '/* $$'NetBSD'$$ */' > ${.TARGET}.tmp
echo 'static u_int32_t aica_armcode[] = {' >> ${.TARGET}.tmp
hexdump -v -e '" /* %04.4_ax */\t" 1/4 "0x%08x, " "\n"' \
aica_armcode.bin >> ${.TARGET}.tmp
Home |
Main Index |
Thread Index |
Old Index