From: sof Date: Thu, 19 Feb 1998 18:41:41 +0000 (+0000) Subject: [project @ 1998-02-19 18:41:41 by sof] X-Git-Tag: Approx_2487_patches~946 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;ds=sidebyside;h=a688e396ba614be485d9cd15e19a6b6afa49ba5e;p=ghc-hetmet.git [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'. --- 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)"