Source-Changes-HG archive

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

[src/trunk]: src/distrib/sun3/ramdisk - Pass ${DESTDIR} to RunList.sh.



details:   https://anonhg.NetBSD.org/src/rev/dd68e8baffac
branches:  trunk
changeset: 487615:dd68e8baffac
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Sat Jun 10 03:01:14 2000 +0000

description:
- Pass ${DESTDIR} to RunList.sh.
- Remove *.cro and *.c on make clean.

diffstat:

 distrib/sun3/ramdisk/Makefile |  13 +++++++------
 1 files changed, 7 insertions(+), 6 deletions(-)

diffs (40 lines):

diff -r 4b7d4ffca6cd -r dd68e8baffac distrib/sun3/ramdisk/Makefile
--- a/distrib/sun3/ramdisk/Makefile     Sat Jun 10 02:57:25 2000 +0000
+++ b/distrib/sun3/ramdisk/Makefile     Sat Jun 10 03:01:14 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.12 2000/06/09 15:03:34 tsutsui Exp $
+#      $NetBSD: Makefile,v 1.13 2000/06/10 03:01:14 tsutsui Exp $
 
 TOP=           ${.CURDIR}/..
 
@@ -49,7 +49,7 @@
        newfs ${NEWFSARGS} ${VND_RDEV}
        mount ${VND_DEV} ${MOUNT_POINT}
        mtree -def ${TREE} -p ${MOUNT_POINT}/ -u
-       TOPDIR=${TOP} CURDIR=${.CURDIR} \
+       TOPDIR=${TOP} CURDIR=${.CURDIR} DESTDIR=${DESTDIR} \
          OBJDIR=${.OBJDIR} TARGDIR=${MOUNT_POINT} \
          sh ${TOP}/common/RunList.sh ${LISTS}
        sync
@@ -73,12 +73,9 @@
 .include "${HACKSRC}/Makefile.inc"
 
 clean cleandir distclean:
-       -rm -f a.out core *.core *.o
+       -rm -f a.out core *.core *.o *.cro *.c
        -rm -f ${CLEANFILES}
 
-# Standard rules needed by the above...
-.include <bsd.obj.mk>
-
 .if !defined(RELEASEDIR)
 release:
        @echo setenv RELEASEDIR before doing that!
@@ -90,3 +87,7 @@
         ${RELEASEDIR}/binary/kernel/${x}.gz
 .endfor # KERNELS
 .endif # RELEASEDIR
+
+# Standard rules needed by the above...
+.include <bsd.obj.mk>
+.include <bsd.subdir.mk>



Home | Main Index | Thread Index | Old Index