Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 29252a9f authored by Michael Wright's avatar Michael Wright Committed by Android (Google) Code Review
Browse files

Merge "Only fail on known-bad grep configurations."

parents 5e58a991 9dca07ef
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -35,9 +35,9 @@ backslash := $(patsubst %a,%,$(backslash))
# only has an effect on python 2.6 and above.
export PYTHONDONTWRITEBYTECODE := 1

ifneq ($(GREP_OPTIONS),)
ifneq ($(filter --color=always, $(GREP_OPTIONS)),)
$(warning The build system needs unmodified output of grep.)
$(error Please unset your $$GREP_OPTIONS.)
$(error Please remove --color=always from your  $$GREP_OPTIONS)
endif

# Standard source directories.