diff options
author | Matúš Kukan <matus.kukan@collabora.com> | 2014-02-20 07:57:16 +0100 |
---|---|---|
committer | Matúš Kukan <matus.kukan@collabora.com> | 2014-02-20 11:24:21 +0100 |
commit | 193d15277cfa23e6bd03cf723095c00de3c630b1 (patch) | |
tree | 4644f26f82e743e359666e13a326df7569415e65 /external | |
parent | 6c6e798d09f490a172033baef2e71c2dc642c60c (diff) |
EXTERNAL_WARNINGS_NOT_ERRORS -> ENABLE_WERROR and be "TRUE"/""
It's easier to type 'make ENABLE_WERROR= <module>' if one wants that.
Change-Id: I2bb9911259f41ecae27dc110723f3364b3ff09cf
Diffstat (limited to 'external')
-rw-r--r-- | external/clucene/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/external/clucene/Makefile b/external/clucene/Makefile index 37fff27cf433..e4968cf85fb6 100644 --- a/external/clucene/Makefile +++ b/external/clucene/Makefile @@ -1,8 +1,4 @@ # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- -# - -EXTERNAL_WARNINGS_NOT_ERRORS := TRUE -export EXTERNAL_WARNINGS_NOT_ERRORS module_directory:=$(dir $(realpath $(firstword $(MAKEFILE_LIST)))) |