X-Git-Url: http://ftp.safe.ca/?p=safe%2Fjmp%2Flinux-2.6;a=blobdiff_plain;f=Makefile;h=701bc65b3952fdae5964caffad108cfbca672131;hp=0ac5812f3b6dd785142ade665ef901edc78d5e94;hb=b57f95a38233a2e73b679bea4a5453a1cc2a1cc9;hpb=55639353a0035052d9ea6cfe4dde0ac7fcbb2c9f diff --git a/Makefile b/Makefile index 0ac5812..701bc65 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ VERSION = 2 PATCHLEVEL = 6 -SUBLEVEL = 33 -EXTRAVERSION = -rc1 -NAME = Man-Eating Seals of Antiquity +SUBLEVEL = 34 +EXTRAVERSION = -rc7 +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. #