Bug 581903 Make --enable-xterm-updates work with PARALLEL_DIRS r=Callek
This commit is contained in:
Родитель
c165b97b47
Коммит
687af75a01
|
@ -453,7 +453,7 @@ UPDATE_TITLE = sed -e "s!Y!$(1) in $(shell $(BUILD_TOOLS)/print-depth-path.sh)/$
|
|||
endif
|
||||
|
||||
define SUBMAKE # $(call SUBMAKE,target,directory)
|
||||
@$(UPDATE_TITLE)
|
||||
+@$(UPDATE_TITLE)
|
||||
+@$(MAKE) $(if $(2),-C $(2)) $(1)
|
||||
|
||||
endef # The extra line is important here! don't delete it
|
||||
|
|
Загрузка…
Ссылка в новой задаче