X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=Makefile;h=67d6cff6e4d4259cd0b2913a3d4eb7c0fff664a4;hb=de4fc07aff770743b2c3e3ee30a23a691450a4f6;hp=0ac5812f3b6dd785142ade665ef901edc78d5e94;hpb=54a26089a2733df2765342acaaf71466d37ff5a5;p=linux-beck.git diff --git a/Makefile b/Makefile index 0ac5812f3b6d..67d6cff6e4d4 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ VERSION = 2 PATCHLEVEL = 6 SUBLEVEL = 33 -EXTRAVERSION = -rc1 +EXTRAVERSION = -rc5 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. #