X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=Makefile;h=5f333bf870f40c52704a8910ef4e53f7cb57aae7;hb=b0ff153cd6228b2502e1c3ce5e226b82ae4e0679;hp=8491b21b553727ce472ed9929226c0378fae7542;hpb=bf931a01a2c024a54204b4b02276af6e8d99a2c0;p=profile%2Fivi%2Fkernel-adaptation-intel-automotive.git diff --git a/Makefile b/Makefile index 8491b21..5f333bf 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ VERSION = 2 PATCHLEVEL = 6 -SUBLEVEL = 32 -EXTRAVERSION = +SUBLEVEL = 33 +EXTRAVERSION = -rc4 NAME = Man-Eating Seals of Antiquity # *DOCUMENTATION* @@ -16,6 +16,12 @@ NAME = Man-Eating Seals of Antiquity # o print "Entering directory ..."; MAKEFLAGS += -rR --no-print-directory +# Avoid funny character set dependencies +unexport LC_ALL +LC_COLLATE=C +LC_NUMERIC=C +export LC_COLLATE LC_NUMERIC + # We are using a recursive build, so we need to do a little thinking # to get the ordering right. #