Build system: echo submake commands, just like all other commands. rs=ted.

--HG--
extra : rebase_source : 3fff7ad04fe8f31ff5e6e38ee1bd64cf85286d88
This commit is contained in:
Jason Orendorff 2011-08-17 11:21:46 -05:00
parent 3450b1f27f
commit 8e4a999839
2 changed files with 2 additions and 2 deletions

View File

@ -433,7 +433,7 @@ endif
define SUBMAKE # $(call SUBMAKE,target,directory)
+@$(UPDATE_TITLE)
+@$(MAKE) $(if $(2),-C $(2)) $(1)
+$(MAKE) $(if $(2),-C $(2)) $(1)
endef # The extra line is important here! don't delete it

View File

@ -433,7 +433,7 @@ endif
define SUBMAKE # $(call SUBMAKE,target,directory)
+@$(UPDATE_TITLE)
+@$(MAKE) $(if $(2),-C $(2)) $(1)
+$(MAKE) $(if $(2),-C $(2)) $(1)
endef # The extra line is important here! don't delete it