X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Makefile;h=9f64552f09d6a7bf2bf2dedb4f7e00deca0bcfaa;hb=99147b5c4167612a987860b661b9f8b79e66b81f;hp=0ac5812f3b6dd785142ade665ef901edc78d5e94;hpb=54a26089a2733df2765342acaaf71466d37ff5a5;p=pandora-kernel.git diff --git a/Makefile b/Makefile index 0ac5812f3b6d..9f64552f09d6 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ VERSION = 2 PATCHLEVEL = 6 SUBLEVEL = 33 -EXTRAVERSION = -rc1 +EXTRAVERSION = -rc4 NAME = Man-Eating Seals of Antiquity # *DOCUMENTATION* @@ -16,6 +16,13 @@ NAME = Man-Eating Seals of Antiquity # o print "Entering directory ..."; MAKEFLAGS += -rR --no-print-directory +# Avoid funny character set dependencies +unexport LC_ALL +LC_CTYPE=C +LC_COLLATE=C +LC_NUMERIC=C +export LC_CTYPE LC_COLLATE LC_NUMERIC + # We are using a recursive build, so we need to do a little thinking # to get the ordering right. #