Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-6]: src/distrib/acorn32/stand Pull up revision 1.5 (requested b...



details:   https://anonhg.NetBSD.org/src/rev/88e78288ce1f
branches:  netbsd-1-6
changeset: 528480:88e78288ce1f
user:      lukem <lukem%NetBSD.org@localhost>
date:      Sat Jul 20 02:59:56 2002 +0000

description:
Pull up revision 1.5 (requested by lukem):
Use ${PRINTOBJDIR} appropriately.
Noted by Patrick Welche in private email.

diffstat:

 distrib/acorn32/stand/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (25 lines):

diff -r 69ac2944732e -r 88e78288ce1f distrib/acorn32/stand/Makefile
--- a/distrib/acorn32/stand/Makefile    Sat Jul 20 02:58:59 2002 +0000
+++ b/distrib/acorn32/stand/Makefile    Sat Jul 20 02:59:56 2002 +0000
@@ -1,9 +1,11 @@
-#      $NetBSD: Makefile,v 1.2.2.1 2002/07/15 17:22:16 thorpej Exp $
+#      $NetBSD: Makefile,v 1.2.2.2 2002/07/20 02:59:56 lukem Exp $
 #
 
 # we use compressed tar, SparkPlug doesn't handle gzipped tar
 ARCHIVE=BtNetBSD.tar.Z
 
+RAMDISKDIR!=   cd ${.CURDIR}/../ramdisk && ${PRINTOBJDIR}
+
 all:
 
 release: check_RELEASEDIR .WAIT ${ARCHIVE}
@@ -18,7 +20,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 ${RAMDISKDIR}/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