From 4d1a149531bc5d672cdf4a5a3e010662f9611d61 Mon Sep 17 00:00:00 2001 From: Miguel Date: Wed, 17 Oct 2018 22:52:28 +0200 Subject: starting rewriting scheduling ... --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f5a0fc4..7b5e4cb 100644 --- a/Makefile +++ b/Makefile @@ -155,7 +155,8 @@ CLEANDIRS=$(SUBDIRS:%=clean-%) .PHONY: $(SUBDIRS) $(CLEANDIRS) $(SUBDIRS): - @echo "-- Recursing make to [$@]..."; $(MAKE) --no-print-directory -C $@ +# @echo "-- Recursing make to [$@]..."; $(MAKE) --no-print-directory -C $@ + @echo "-- Recursing make to [$@]..."; $(MAKE) -C $@ @echo "-- Returned from [$@]" $(CLEANDIRS): -- cgit v1.2.3