Source-Changes-HG archive

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

[src/trunk]: src/tools Nuke the test for TOOLDIR here. Although it is theoret...



details:   https://anonhg.NetBSD.org/src/rev/88ac9d9d2edf
branches:  trunk
changeset: 516651:88ac9d9d2edf
user:      perry <perry%NetBSD.org@localhost>
date:      Sat Oct 27 01:57:40 2001 +0000

description:
Nuke the test for TOOLDIR here. Although it is theoretically a nice
idea, in practice it prevents doing totally reasonable things like
"make cleandir" or "make obj" when you don't have a TOOLDIR built.

diffstat:

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

diffs (19 lines):

diff -r 39f2317265fb -r 88ac9d9d2edf tools/Makefile.inc
--- a/tools/Makefile.inc        Sat Oct 27 00:39:29 2001 +0000
+++ b/tools/Makefile.inc        Sat Oct 27 01:57:40 2001 +0000
@@ -1,14 +1,7 @@
-#      $NetBSD: Makefile.inc,v 1.7 2001/09/25 01:43:35 tv Exp $
+#      $NetBSD: Makefile.inc,v 1.8 2001/10/27 01:57:40 perry Exp $
 
 .include <bsd.own.mk>
 
-# Ensure that TOOLDIR is set.
-.if !defined(TOOLDIR)
-.BEGIN:
-       @echo "===> TOOLDIR must be set in ${MAKECONF} or the environment"
-       @false
-.endif
-
 # Stash the current directory (some builds here actually change .CURDIR).
 _CURDIR?=${.CURDIR}
 



Home | Main Index | Thread Index | Old Index