X-Git-Url: http://ftp.safe.ca/?a=blobdiff_plain;f=Makefile;h=c628a5cfe422d3109c7a0dfca812c03b58639e8c;hb=1f8fef7b3388b5a976e80839679b5bae581a1091;hp=0ac5812f3b6dd785142ade665ef901edc78d5e94;hpb=55639353a0035052d9ea6cfe4dde0ac7fcbb2c9f;p=safe%2Fjmp%2Flinux-2.6 diff --git a/Makefile b/Makefile index 0ac5812..c628a5c 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ VERSION = 2 PATCHLEVEL = 6 SUBLEVEL = 33 -EXTRAVERSION = -rc1 +EXTRAVERSION = -rc2 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. #