summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/examples/Makefile2
-rw-r--r--apps/graphics/Makefile2
-rw-r--r--apps/interpreters/Makefile2
-rw-r--r--apps/netutils/Makefile2
-rw-r--r--apps/system/Makefile2
5 files changed, 5 insertions, 5 deletions
diff --git a/apps/examples/Makefile b/apps/examples/Makefile
index 2bff9934e..9d20e9312 100644
--- a/apps/examples/Makefile
+++ b/apps/examples/Makefile
@@ -104,7 +104,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, $(CNTXTDIRS), $(eval $(call SDIR_template,$(SDIR),context)))
diff --git a/apps/graphics/Makefile b/apps/graphics/Makefile
index 474118450..94d2ff5c0 100644
--- a/apps/graphics/Makefile
+++ b/apps/graphics/Makefile
@@ -48,7 +48,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, $(CNTXTDIRS), $(eval $(call SDIR_template,$(SDIR),context)))
diff --git a/apps/interpreters/Makefile b/apps/interpreters/Makefile
index 3569a0044..08385433a 100644
--- a/apps/interpreters/Makefile
+++ b/apps/interpreters/Makefile
@@ -52,7 +52,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)))
diff --git a/apps/netutils/Makefile b/apps/netutils/Makefile
index b557c73cc..0879ada4e 100644
--- a/apps/netutils/Makefile
+++ b/apps/netutils/Makefile
@@ -49,7 +49,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, $(SUBDIRS), $(eval $(call SDIR_template,$(SDIR),depend)))
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)))