From 47266483f9718a45f71626259356d481e89dd2a7 Mon Sep 17 00:00:00 2001 From: patacongo Date: Fri, 16 Nov 2012 14:13:04 +0000 Subject: Mostly cosmetic build changes git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5362 42af7a65-404d-4744-a932-0658087f49c3 --- apps/system/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/system/Makefile') diff --git a/apps/system/Makefile b/apps/system/Makefile index c59059d81..9955a6b2c 100644 --- a/apps/system/Makefile +++ b/apps/system/Makefile @@ -58,7 +58,7 @@ all: nothing define SDIR_template $(1)_$(2): - $(MAKE) -C $(1) $(2) TOPDIR="$(TOPDIR)" APPDIR="$(APPDIR)" + $(Q) $(MAKE) -C $(1) $(2) TOPDIR="$(TOPDIR)" APPDIR="$(APPDIR)" endef $(foreach SDIR, $(INSTALLED_DIRS), $(eval $(call SDIR_template,$(SDIR),depend))) -- cgit v1.2.3