From 20e828ffe6b1707198cf73729d500f341a94b640 Mon Sep 17 00:00:00 2001 From: "jim_nance%yahoo.com" Date: Tue, 18 Apr 2000 01:27:01 +0000 Subject: [PATCH] *** empty log message *** --- config/rules.mk | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/config/rules.mk b/config/rules.mk index da16670ef01..e14f40e948a 100644 --- a/config/rules.mk +++ b/config/rules.mk @@ -236,7 +236,10 @@ JDK_STUB_DIR = _stubs XPIDL_GEN_DIR = _xpidlgen ifdef MOZ_UPDATE_XTERM -UPDATE_TITLE = echo "]2;gmake: $@ in $(shell $(BUILD_TOOLS)/print-depth-path.sh)/$$d"; +# 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 +# platforms, but we can trick sed into doing it. +UPDATE_TITLE = sed -e "s!Y!$@ in $(shell $(BUILD_TOOLS)/print-depth-path.sh)/$$d!" $(topsrcdir)/config/xterm.str; endif ifdef DIRS