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
Родитель 3450b1f27f
Коммит 8e4a999839
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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

Просмотреть файл

@ -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