Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/distrib/sun3/miniroot Pass ${DESTDIR} to RunList.sh.
details: https://anonhg.NetBSD.org/src/rev/ededa8a4eb6a
branches: trunk
changeset: 487616:ededa8a4eb6a
user: tsutsui <tsutsui%NetBSD.org@localhost>
date: Sat Jun 10 03:02:14 2000 +0000
description:
Pass ${DESTDIR} to RunList.sh.
diffstat:
distrib/sun3/miniroot/Makefile | 11 ++++++-----
1 files changed, 6 insertions(+), 5 deletions(-)
diffs (36 lines):
diff -r dd68e8baffac -r ededa8a4eb6a distrib/sun3/miniroot/Makefile
--- a/distrib/sun3/miniroot/Makefile Sat Jun 10 03:01:14 2000 +0000
+++ b/distrib/sun3/miniroot/Makefile Sat Jun 10 03:02:14 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2000/06/09 14:58:32 tsutsui Exp $
+# $NetBSD: Makefile,v 1.17 2000/06/10 03:02:14 tsutsui Exp $
TOP= ${.CURDIR}/..
@@ -42,7 +42,7 @@
mtree -def ${TREE} -p ${MOUNT_POINT}/ -u
cp ${KERNEL3} ${MOUNT_POINT}/netbsd.sun3
cp ${KERNEL3X} ${MOUNT_POINT}/netbsd.sun3x
- TOPDIR=${TOP} CURDIR=${.CURDIR} \
+ TOPDIR=${TOP} CURDIR=${.CURDIR} DESTDIR=${DESTDIR} \
OBJDIR=${.OBJDIR} TARGDIR=${MOUNT_POINT} \
sh ${TOP}/common/RunList.sh ${LISTS}
sync ; sleep 1 ; sync
@@ -67,9 +67,6 @@
-rm -f a.out core *.core *.o
-rm -f ${CLEANFILES}
-# Standard rules needed by the above...
-.include <bsd.obj.mk>
-
.if !defined(RELEASEDIR)
release:
@echo setenv RELEASEDIR before doing that!
@@ -79,3 +76,7 @@
cp -p ${IMAGE}.gz \
${RELEASEDIR}/installation/miniroot/${IMAGE}.gz
.endif # RELEASEDIR
+
+# Standard rules needed by the above...
+.include <bsd.obj.mk>
+.include <bsd.subdir.mk>
Home |
Main Index |
Thread Index |
Old Index