From 581cb64f2ccdd49790fe06834d95e08f92c7308f Mon Sep 17 00:00:00 2001 From: "Guillermo S. Romero" Date: Tue, 15 Sep 2009 22:34:10 +0000 Subject: Make verification of committed .mo files optional. --- source/nan_definitions.mk | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'source/nan_definitions.mk') diff --git a/source/nan_definitions.mk b/source/nan_definitions.mk index 8c47bcf11c1..6d4a7139d5b 100644 --- a/source/nan_definitions.mk +++ b/source/nan_definitions.mk @@ -143,6 +143,9 @@ ifndef CONFIG_GUESS export NAN_FFMPEGCFLAGS = $(shell pkg-config --cflags libavcodec libavdevice libavformat libswscale libavutil) endif + # Compare recreated .mo files with committed ones + export BF_VERIFY_MO_FILES ?= true + # Platform Dependent settings go below: ifeq ($(OS),darwin) @@ -309,6 +312,9 @@ ifndef CONFIG_GUESS # enable l10n export INTERNATIONAL ?= true + # Different endianess will make it fail, rely on other plataforms for checks + export BF_VERIFY_MO_FILES = false + else ifeq ($(OS),linux) -- cgit v1.2.3