X-Git-Url: http://ftp.safe.ca/?a=blobdiff_plain;f=Makefile;h=ebc8225f7a96734d316b67de361caa446830033b;hb=9da1ab181ac1790f86528b86ba5876f037e8dcdc;hp=391fcb39632405ca659e66a6b014a321ca67c971;hpb=bc081dd6e9f622c73334dc465359168543ccaabf;p=safe%2Fjmp%2Flinux-2.6 diff --git a/Makefile b/Makefile index 391fcb3..ebc8225 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ VERSION = 2 PATCHLEVEL = 6 -SUBLEVEL = 32 +SUBLEVEL = 34 EXTRAVERSION = -NAME = Man-Eating Seals of Antiquity +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. # @@ -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