Source-Changes-HG archive

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

[src/trunk]: src/distrib/news68k/floppies/ramdisk On clean target, try to mak...



details:   https://anonhg.NetBSD.org/src/rev/2f9b5a311787
branches:  trunk
changeset: 521082:2f9b5a311787
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Wed Jan 23 12:59:25 2002 +0000

description:
On clean target, try to make -f ramdiskbin.mk clean first if it exists.

diffstat:

 distrib/news68k/floppies/ramdisk/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 50350443f0f7 -r 2f9b5a311787 distrib/news68k/floppies/ramdisk/Makefile
--- a/distrib/news68k/floppies/ramdisk/Makefile Wed Jan 23 11:27:59 2002 +0000
+++ b/distrib/news68k/floppies/ramdisk/Makefile Wed Jan 23 12:59:25 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.16 2002/01/17 13:36:00 tsutsui Exp $
+#      $NetBSD: Makefile,v 1.17 2002/01/23 12:59:25 tsutsui Exp $
 
 TOP=           ${.CURDIR}/..
 
@@ -61,6 +61,7 @@
 release:
 
 clean cleandir distclean:
+       if [ -f ${CBIN}.mk ]; then ${MAKE} -f ${CBIN}.mk clean; fi;
        rm -f ${IMAGE} ${CBIN} ${CBIN}.mk ${CBIN}.cache
        rm -f *.core *.o *.cro *.c
 



Home | Main Index | Thread Index | Old Index