Apply rules.mk section of bug 460913's patch to js's separate rules.mk in order to fix orange.

This commit is contained in:
Reed Loden 2009-01-27 19:56:49 -06:00
parent be1524f476
commit 01509bcf5d

View File

@ -62,6 +62,11 @@ else
EXEC = exec
endif
# Don't copy xulrunner files at install time, when using system xulrunner
ifdef SYSTEM_LIBXUL
SKIP_COPY_XULRUNNER=1
endif
# ELOG prints out failed command when building silently (gmake -s).
ifneq (,$(findstring -s,$(MAKEFLAGS)))
ELOG := $(EXEC) sh $(BUILD_TOOLS)/print-failed-commands.sh