Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/distrib/acorn32/stand Use the ${MDSETIMAGE} instead of hardc...
details: https://anonhg.NetBSD.org/src/rev/20b7b75c1d40
branches: trunk
changeset: 533928:20b7b75c1d40
user: reinoud <reinoud%NetBSD.org@localhost>
date: Thu Jul 11 00:11:28 2002 +0000
description:
Use the ${MDSETIMAGE} instead of hardcoding it
diffstat:
distrib/acorn32/stand/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 7cbcf4672ef1 -r 20b7b75c1d40 distrib/acorn32/stand/Makefile
--- a/distrib/acorn32/stand/Makefile Wed Jul 10 23:55:06 2002 +0000
+++ b/distrib/acorn32/stand/Makefile Thu Jul 11 00:11:28 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2002/07/10 00:54:02 reinoud Exp $
+# $NetBSD: Makefile,v 1.4 2002/07/11 00:11:28 reinoud Exp $
#
# we use compressed tar, SparkPlug doesn't handle gzipped tar
@@ -18,7 +18,7 @@
mkdir tmp
cp -R ${.CURDIR}/BtNetBSD tmp/
cp ${KERNOBJDIR}/INSTALL/netbsd tmp/BtNetBSD/InstKern
- mdsetimage tmp/BtNetBSD/InstKern ${.OBJDIR}/../ramdisk/ramdisk.fs
+ ${MDSETIMAGE} tmp/BtNetBSD/InstKern ${.OBJDIR}/../ramdisk/ramdisk.fs
find tmp -path '*/CVS/*' -type f -exec rm -rf {} \;
find tmp -name CVS -type d | xargs rmdir
find tmp -name '*.uue' | while read filename; do \
Home |
Main Index |
Thread Index |
Old Index