X-Git-Url: http://ftp.safe.ca/?a=blobdiff_plain;f=Makefile;h=12b1aa1103eef3604bcd7593a707904760d60e15;hb=de48c7bc6f93c6c8e0be8612c9d72a2dc92eaa01;hp=8491b21b553727ce472ed9929226c0378fae7542;hpb=d9bdcc72ecf055f97ed736a6c0309bd41baf10a7;p=safe%2Fjmp%2Flinux-2.6 diff --git a/Makefile b/Makefile index 8491b21..12b1aa1 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ VERSION = 2 PATCHLEVEL = 6 -SUBLEVEL = 32 -EXTRAVERSION = +SUBLEVEL = 33 +EXTRAVERSION = -rc8 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. #