From a688e396ba614be485d9cd15e19a6b6afa49ba5e Mon Sep 17 00:00:00 2001 From: sof Date: Thu, 19 Feb 1998 18:41:41 +0000 Subject: [PATCH] [project @ 1998-02-19 18:41:41 by sof] don't recurse over the different ways with `make runtests' inside leaf directories, leave that to `make all'. --- mk/target.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mk/target.mk b/mk/target.mk index c8a2414..e0ae32c 100644 --- a/mk/target.mk +++ b/mk/target.mk @@ -1059,9 +1059,9 @@ ifneq "$(WAYS)" "" ifeq "$(way)" "" # NB: the targets exclude -# boot info TAGS +# boot info TAGS runtests # since these are way-independent -all docs runtests TAGS clean veryclean maintainer-clean install :: +all docs TAGS clean veryclean maintainer-clean install :: @echo "------------------------------------------------------------------------" @echo "===fptools== Recursively making \`$@' for ways: $(WAYS) ..." @echo "PWD = $(shell pwd)" -- 1.7.10.4