Source-Changes-HG archive

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

[src/trunk]: src/tools also do the MKTOOLS and PREVIOUSTOOLDIR checks for "re...



details:   https://anonhg.NetBSD.org/src/rev/e8068ea8efcd
branches:  trunk
changeset: 549558:e8068ea8efcd
user:      lukem <lukem%NetBSD.org@localhost>
date:      Wed Jul 16 13:13:42 2003 +0000

description:
also do the MKTOOLS and PREVIOUSTOOLDIR checks for "realdepend"

diffstat:

 tools/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r bafb345440ac -r e8068ea8efcd tools/Makefile
--- a/tools/Makefile    Wed Jul 16 12:57:57 2003 +0000
+++ b/tools/Makefile    Wed Jul 16 13:13:42 2003 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.66 2003/07/16 12:57:57 lukem Exp $
+#      $NetBSD: Makefile,v 1.67 2003/07/16 13:13:42 lukem Exp $
 
 .include <bsd.own.mk>
 
@@ -54,7 +54,7 @@
 .endif
 
 .if ${MKTOOLS:Uyes} == "no" || ${USETOOLS} != "yes"    # {
-realall install: check_MKTOOLS
+realall realdepend install: check_MKTOOLS
 
 .for dir in ${SUBDIR:N.WAIT}
 all-${dir} depend-${dir} dependall-${dir} install-${dir}:
@@ -73,7 +73,7 @@
 
 CLEANFILES+=   PREVIOUSTOOLDIR
 
-realall:
+realall realdepend:
 .if (${PREVIOUSTOOLDIR} != ${TOOLDIR})
        @echo "*** WARNING: TOOLDIR has moved?"
        @echo "*** PREVIOUSTOOLDIR '${PREVIOUSTOOLDIR}'"



Home | Main Index | Thread Index | Old Index