]> rtime.felk.cvut.cz Git - omk.git/commitdiff
Hide command of extra rules make invocation
authorMichal Sojka <sojkam1@fel.cvut.cz>
Sun, 7 Sep 2008 12:37:00 +0000 (12:37 +0000)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Sun, 7 Sep 2008 12:37:00 +0000 (12:37 +0000)
darcs-hash:20080907123751-f2ef6-773855dc6211851452737020c26fa96bda2a653a.gz

snippets/base

index 5e1017daf3ac2325f2d1763479b0189afc52f934..bb1af3b2ed2ff678ff5e7f06a641f0c77dce2a06 100644 (file)
@@ -217,7 +217,7 @@ endif
 define extra_rules_subdir_template
 extra-rules-subdirs: extra-rules-$(1)
 extra-rules-$(1):
-       +$(MAKE) OMK_SERIALIZE_INCLUDED=n MAKERULES_DIR=$(SOURCES_DIR)/$(1) OUTPUT_DIR=$(OUTPUT_DIR) \
+       +@$(MAKE) OMK_SERIALIZE_INCLUDED=n MAKERULES_DIR=$(SOURCES_DIR)/$(1) OUTPUT_DIR=$(OUTPUT_DIR) \
                SOURCES_DIR=$(SOURCES_DIR)/$(1) RELATIVE_DIR=$(RELATIVE_PREFIX)$(1) -C $(SOURCES_DIR)/$(1)
 endef