Port bug 756382 (bustage fix for --enable-xterm-updates builds) rs=Callek

This commit is contained in:
Neil Rashbrook 2012-08-11 20:02:04 +01:00
Родитель 813a80aa1a
Коммит 8923ebb27a
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -389,8 +389,8 @@ XPIDL_GEN_DIR = _xpidlgen
ifdef MOZ_UPDATE_XTERM ifdef MOZ_UPDATE_XTERM
# Its good not to have a newline at the end of the titlebar string because it # Its good not to have a newline at the end of the titlebar string because it
# makes the make -s output easier to read. Echo -n does not work on all # makes the make -s output easier to read. Echo -n does not work on all
# platforms, but we can trick sed into doing it. # platforms, but we can trick printf into doing it.
UPDATE_TITLE = sed -e "s!Y!$(1) in $(shell $(BUILD_TOOLS)/print-depth-path.sh)/$(2)!" $(MOZILLA_DIR)/config/xterm.str; UPDATE_TITLE = printf "\033]0;%s in %s\007" $(1) $(shell $(BUILD_TOOLS)/print-depth-path.sh)/$(2) ;
endif endif
define SUBMAKE # $(call SUBMAKE,target,directory) define SUBMAKE # $(call SUBMAKE,target,directory)