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:
roc+%cs.cmu.edu 2005-01-23 21:32:20 +00:00
parent eac1176fdf
commit ba66716f38

View File

@ -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 :=