add update-XTERM support to makefile code that enters directory, and update XPIDL rule to use new syntax

git-svn-id: svn://10.0.0.236/trunk@20021 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
alecf%netscape.com 1999-02-08 19:59:25 +00:00
parent 66e8dc8d8a
commit 6368fd01a7

View File

@ -229,9 +229,16 @@ EXIT_ON_ERROR = -e
CLICK_STOPWATCH = true
endif
ifdef MOZ_UPDATE_XTERM
UPDATE_TITLE = echo "]2;gmake: $@ in $(SRCDIR)/$$d"
else
UPDATE_TITLE = true
endif
ifdef DIRS
LOOP_OVER_DIRS = \
@for d in $(DIRS); do \
$(UPDATE_TITLE); \
if test -d $$d; then \
set $(EXIT_ON_ERROR); \
echo "cd $$d; $(MAKE) $@"; \
@ -535,7 +542,7 @@ endif #STRICT_CPLUSPLUS_SUFFIX
rm -f $@; cp $< $@; chmod +x $@
%.h: %.idl
$(IDL_COMPILE) -h -w -I $(DIST)/idl $<
$(IDL_COMPILE) -m header -w -I $(DIST)/idl $<
ifdef DIRS
$(DIRS)::