Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/i386/acpi add a code to embed RCS tag of acpi_wakec...
details: https://anonhg.NetBSD.org/src/rev/8c4a2bb26515
branches: trunk
changeset: 532948:8c4a2bb26515
user: tshiozak <tshiozak%NetBSD.org@localhost>
date: Tue Jun 18 07:37:37 2002 +0000
description:
add a code to embed RCS tag of acpi_wakecode.S in acpi_wakecode.h .
diffstat:
sys/arch/i386/acpi/genwakecode.sh | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (13 lines):
diff -r 16c71622dd58 -r 8c4a2bb26515 sys/arch/i386/acpi/genwakecode.sh
--- a/sys/arch/i386/acpi/genwakecode.sh Tue Jun 18 07:25:12 2002 +0000
+++ b/sys/arch/i386/acpi/genwakecode.sh Tue Jun 18 07:37:37 2002 +0000
@@ -1,7 +1,8 @@
#!/bin/sh
-# $NetBSD: genwakecode.sh,v 1.1 2002/06/18 07:25:14 tshiozak Exp $
+# $NetBSD: genwakecode.sh,v 1.2 2002/06/18 07:37:37 tshiozak Exp $
# FreeBSD: src/sys/i386/acpica/genwakecode.sh,v 1.1 2002/05/01 21:52:34 peter Exp $
echo '/* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. */'
+head -1 acpi_wakecode.S | sed 's@^.*\$\(NetBSD:.*\)\$.*$@/* from: \1 */@'
echo -n '/* $'
echo 'NetBSD: $ */'
echo
Home |
Main Index |
Thread Index |
Old Index