Only in linux-2.4.new: .config diff -ur linux-2.4/Makefile linux-2.4.new/Makefile --- linux-2.4/Makefile 2008-06-13 17:45:36.000000000 -0600 +++ linux-2.4.new/Makefile 2013-11-17 17:48:01.000000000 -0700 @@ -513,8 +513,6 @@ @rm -f .ver1 include/linux/version.h: ./Makefile - @expr length "$(KERNELRELEASE)" \<= $(uts_len) > /dev/null || \ - (echo KERNELRELEASE \"$(KERNELRELEASE)\" exceeds $(uts_len) characters >&2; false) @echo \#define UTS_RELEASE \"$(KERNELRELEASE)\" > .ver @echo \#define LINUX_VERSION_CODE `expr $(VERSION) \\* 65536 + $(PATCHLEVEL) \\* 256 + $(SUBLEVEL)` >> .ver @echo '#define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))' >>.ver Only in linux-2.4.new/include: asm Only in linux-2.4.new/include/linux: autoconf.h Only in linux-2.4.new/include/linux: modules Only in linux-2.4.new/include/linux: version.h diff -ur linux-2.4/ismdefs linux-2.4.new/ismdefs --- linux-2.4/ismdefs 2008-06-13 17:46:40.000000000 -0600 +++ linux-2.4.new/ismdefs 2013-11-17 17:44:59.000000000 -0700 @@ -9,7 +9,7 @@ # ############################################################################### -include $(ROOT)/include/make/commondefs +# include $(ROOT)/include/make/commondefs ############################################################################### Only in linux-2.4.new: ismdefs.old