Added "-s" to make in the demo Makefile to reduce noise during compile.

This commit is contained in:
skarg
2013-01-08 18:22:57 +00:00
parent cc5c1f714f
commit 3bc404dbe9
2 changed files with 11 additions and 11 deletions
+2 -2
View File
@@ -73,7 +73,7 @@ TARGETS = all clean
$(TARGETS): %: $(patsubst %, %.%, $(SUBDIRS))
$(foreach TGT, $(TARGETS), $(patsubst %, %.$(TGT), $(SUBDIRS))):
$(MAKE) -b -C $(subst ., , $@)
$(MAKE) -s -b -C $(subst ., , $@)
router:
$(MAKE) -b -C router
$(MAKE) -s -b -C router