Source-Changes-HG archive

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

[src/trunk]: src/tools Revert previous. The dependency strategy used in "too...



details:   https://anonhg.NetBSD.org/src/rev/0a03ca73f8c7
branches:  trunk
changeset: 515323:0a03ca73f8c7
user:      tv <tv%NetBSD.org@localhost>
date:      Sat Sep 22 04:12:33 2001 +0000

description:
Revert previous.  The dependency strategy used in "tools" is not the same as
in the rest of the source tree, for reasons that will be documented separately.

Short story: host tools that are out of date need to be rebuilt
*from scratch* to avoid our common `source skew accidents'.

diffstat:

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

diffs (19 lines):

diff -r dc22ad7976eb -r 0a03ca73f8c7 tools/Makefile.inc
--- a/tools/Makefile.inc        Sat Sep 22 04:06:23 2001 +0000
+++ b/tools/Makefile.inc        Sat Sep 22 04:12:33 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.4 2001/09/22 01:19:11 mrg Exp $
+#      $NetBSD: Makefile.inc,v 1.5 2001/09/22 04:12:33 tv Exp $
 
 .include <bsd.own.mk>
 
@@ -24,9 +24,7 @@
 ${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