Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tools Recurse properly; just add "build" to TARGETS (fixes r...
details: https://anonhg.NetBSD.org/src/rev/6d155a9502e1
branches: trunk
changeset: 515771:6d155a9502e1
user: tv <tv%NetBSD.org@localhost>
date: Thu Oct 04 16:33:05 2001 +0000
description:
Recurse properly; just add "build" to TARGETS (fixes reported problem where
"make clean" doesn't work at the src/tools level).
diffstat:
tools/Makefile | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
diffs (21 lines):
diff -r 309fa8ecd344 -r 6d155a9502e1 tools/Makefile
--- a/tools/Makefile Thu Oct 04 16:29:54 2001 +0000
+++ b/tools/Makefile Thu Oct 04 16:33:05 2001 +0000
@@ -1,15 +1,13 @@
-# $NetBSD: Makefile,v 1.4 2001/09/22 12:29:22 tv Exp $
+# $NetBSD: Makefile,v 1.5 2001/10/04 16:33:05 tv Exp $
.include <bsd.own.mk>
-.ifdef USE_NEW_TOOLCHAIN
# XXX this should use real dependencies
SUBDIR= binstall .WAIT gencat mkdep rpcgen tsort \
yacc .WAIT lex .WAIT \
compile_et config lint lint1 lint2 lorder \
toolchain .WAIT texinfo
-.endif
-TARGETS= build obj
+TARGETS+= build
.include <bsd.subdir.mk>
Home |
Main Index |
Thread Index |
Old Index