X-Git-Url: http://ftp.safe.ca/?a=blobdiff_plain;f=Makefile;h=1b24895212d8d198587bed5152b56a2cef8134c3;hb=de19322d554fd0f449d17610823c38494c06db9e;hp=391fcb39632405ca659e66a6b014a321ca67c971;hpb=bc081dd6e9f622c73334dc465359168543ccaabf;p=safe%2Fjmp%2Flinux-2.6 diff --git a/Makefile b/Makefile index 391fcb3..1b24895 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ VERSION = 2 PATCHLEVEL = 6 -SUBLEVEL = 32 +SUBLEVEL = 33 EXTRAVERSION = NAME = Man-Eating Seals of Antiquity @@ -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. # @@ -1174,7 +1180,7 @@ clean: archclean $(clean-dirs) \( -name '*.[oas]' -o -name '*.ko' -o -name '.*.cmd' \ -o -name '.*.d' -o -name '.*.tmp' -o -name '*.mod.c' \ -o -name '*.symtypes' -o -name 'modules.order' \ - -o modules.order -o -name '.tmp_*.o.*' \ + -o -name modules.builtin -o -name '.tmp_*.o.*' \ -o -name '*.gcno' \) -type f -print | xargs rm -f # mrproper - Delete all generated files, including .config