X-Git-Url: http://ftp.safe.ca/?a=blobdiff_plain;f=Makefile;h=fa1db90017547b0b4194dd02a0c0e1b1b54da333;hb=3c2023dd8ed31e2ecfbb2d5aa20e8884d4b339e2;hp=8491b21b553727ce472ed9929226c0378fae7542;hpb=d9bdcc72ecf055f97ed736a6c0309bd41baf10a7;p=safe%2Fjmp%2Flinux-2.6 diff --git a/Makefile b/Makefile index 8491b21..fa1db90 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ VERSION = 2 PATCHLEVEL = 6 -SUBLEVEL = 32 -EXTRAVERSION = -NAME = Man-Eating Seals of Antiquity +SUBLEVEL = 34 +EXTRAVERSION = -rc5 +NAME = Sheep on Meth # *DOCUMENTATION* # To see a list of typical targets execute "make help" @@ -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. #