Source-Changes-HG archive

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

[src/trunk]: src/tools add UPDATE/NOCLEANDIR support.



details:   https://anonhg.NetBSD.org/src/rev/41a57a898c07
branches:  trunk
changeset: 515313:41a57a898c07
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sat Sep 22 01:19:11 2001 +0000

description:
add UPDATE/NOCLEANDIR support.

diffstat:

 tools/Makefile.inc |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r eb3c6a0d97d8 -r 41a57a898c07 tools/Makefile.inc
--- a/tools/Makefile.inc        Sat Sep 22 01:16:15 2001 +0000
+++ b/tools/Makefile.inc        Sat Sep 22 01:19:11 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.3 2001/08/14 13:55:57 tv Exp $
+#      $NetBSD: Makefile.inc,v 1.4 2001/09/22 01:19:11 mrg Exp $
 
 .include <bsd.own.mk>
 
@@ -24,7 +24,9 @@
 ${TIMESTAMP}: ${_CURDIR}/Makefile
 .endif
 .if ${MKTOOLS} != "no"
+.if !defined(UPDATE) && !defined(NOCLEANDIR)
        @cd ${_CURDIR} && ${MAKE} cleandir
+.endif
        @cd ${_CURDIR} && ${MAKE} all
        @cd ${_CURDIR} && ${MAKE} install
 .else



Home | Main Index | Thread Index | Old Index