diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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): |
