From 193d15277cfa23e6bd03cf723095c00de3c630b1 Mon Sep 17 00:00:00 2001 From: Matúš Kukan Date: Thu, 20 Feb 2014 07:57:16 +0100 Subject: EXTERNAL_WARNINGS_NOT_ERRORS -> ENABLE_WERROR and be "TRUE"/"" It's easier to type 'make ENABLE_WERROR= ' if one wants that. Change-Id: I2bb9911259f41ecae27dc110723f3364b3ff09cf --- external/clucene/Makefile | 4 ---- 1 file changed, 4 deletions(-) (limited to 'external') 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)))) -- cgit