mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-26 20:30:41 +00:00
Bug 279212. Tweaking print-failed-commands so that using a make option that includes an 's' doesn't trigger the print-failed-commands stuff. r+sr=bryner
This commit is contained in:
parent
eac1176fdf
commit
ba66716f38
@ -63,7 +63,7 @@ EXEC = exec
|
||||
endif
|
||||
|
||||
# ELOG prints out failed command when building silently (gmake -s).
|
||||
ifneq (,$(findstring s,$(MAKEFLAGS)))
|
||||
ifneq (,$(findstring -s,$(MAKEFLAGS)))
|
||||
ELOG := $(EXEC) sh $(BUILD_TOOLS)/print-failed-commands.sh
|
||||
else
|
||||
ELOG :=
|
||||
|
Loading…
x
Reference in New Issue
Block a user