[project @ 1998-02-19 18:41:41 by sof]
authorsof <unknown>
Thu, 19 Feb 1998 18:41:41 +0000 (18:41 +0000)
committersof <unknown>
Thu, 19 Feb 1998 18:41:41 +0000 (18:41 +0000)
don't recurse over the different ways with `make runtests' inside leaf
directories, leave that to `make all'.

mk/target.mk

index c8a2414..e0ae32c 100644 (file)
@@ -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)"