Skip to content
Snippets Groups Projects
Commit a688e396 authored by sof's avatar sof
Browse files

[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'.
parent dfc50702
No related merge requests found
......@@ -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)"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment