From 1645ae3476e0c7e0ce16f25b037a3f524662aa93 Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Thu, 30 Jan 2020 22:08:34 -0500 Subject: [PATCH] remove support for old linux headers these can no longer be supported since they are incompatible with time64. --- hashes/linux-2.6.35.tar.xz.sha1 | 1 - hashes/linux-4.4.10.tar.xz.sha1 | 1 - hashes/linux-headers-4.4.2-4.tar.xz.sha1 | 1 - patches/linux-4.4.10/0001-archscripts.diff | 12 --------- patches/linux-4.4.10/0002-absolute-pwd.diff | 30 --------------------- 5 files changed, 45 deletions(-) delete mode 100644 hashes/linux-2.6.35.tar.xz.sha1 delete mode 100644 hashes/linux-4.4.10.tar.xz.sha1 delete mode 100644 hashes/linux-headers-4.4.2-4.tar.xz.sha1 delete mode 100644 patches/linux-4.4.10/0001-archscripts.diff delete mode 100644 patches/linux-4.4.10/0002-absolute-pwd.diff diff --git a/hashes/linux-2.6.35.tar.xz.sha1 b/hashes/linux-2.6.35.tar.xz.sha1 deleted file mode 100644 index 1cdcbfb..0000000 --- a/hashes/linux-2.6.35.tar.xz.sha1 +++ /dev/null @@ -1 +0,0 @@ -4fc189bd50b734c08985c61bd16cc91cd3fc4e04 linux-2.6.35.tar.xz diff --git a/hashes/linux-4.4.10.tar.xz.sha1 b/hashes/linux-4.4.10.tar.xz.sha1 deleted file mode 100644 index 22ae6bf..0000000 --- a/hashes/linux-4.4.10.tar.xz.sha1 +++ /dev/null @@ -1 +0,0 @@ -03b45399a93ae8bc18f1f27ad72f3e98c6bba5c8 linux-4.4.10.tar.xz diff --git a/hashes/linux-headers-4.4.2-4.tar.xz.sha1 b/hashes/linux-headers-4.4.2-4.tar.xz.sha1 deleted file mode 100644 index 8de493e..0000000 --- a/hashes/linux-headers-4.4.2-4.tar.xz.sha1 +++ /dev/null @@ -1 +0,0 @@ -f666310bd3d4dfac3e5a93fe4b756efd8fedca05 linux-headers-4.4.2-4.tar.xz diff --git a/patches/linux-4.4.10/0001-archscripts.diff b/patches/linux-4.4.10/0001-archscripts.diff deleted file mode 100644 index f1bfc3e..0000000 --- a/patches/linux-4.4.10/0001-archscripts.diff +++ /dev/null @@ -1,12 +0,0 @@ -diff -u a/Makefile b/Makefile ---- a/Makefile 2016-05-11 10:23:26.000000000 +0100 -+++ b/Makefile 2016-05-20 16:26:20.000000000 +0100 -@@ -1047,7 +1047,7 @@ - archscripts: - - PHONY += __headers --__headers: $(version_h) scripts_basic asm-generic archheaders archscripts FORCE -+__headers: $(version_h) scripts_basic asm-generic archheaders FORCE - $(Q)$(MAKE) $(build)=scripts build_unifdef - - PHONY += headers_install_all diff --git a/patches/linux-4.4.10/0002-absolute-pwd.diff b/patches/linux-4.4.10/0002-absolute-pwd.diff deleted file mode 100644 index b858eb3..0000000 --- a/patches/linux-4.4.10/0002-absolute-pwd.diff +++ /dev/null @@ -1,30 +0,0 @@ -diff -u a/Makefile b/Makefile ---- a/Makefile -+++ b/Makefile -@@ -133,7 +133,7 @@ ifneq ($(KBUILD_OUTPUT),) - # check that the output directory actually exists - saved-output := $(KBUILD_OUTPUT) - KBUILD_OUTPUT := $(shell mkdir -p $(KBUILD_OUTPUT) && cd $(KBUILD_OUTPUT) \ -- && /bin/pwd) -+ && pwd) - $(if $(KBUILD_OUTPUT),, \ - $(error failed to create output directory "$(saved-output)")) - -@@ -924,7 +924,7 @@ ifdef CONFIG_BUILD_DOCSRC - $(Q)$(MAKE) $(build)=Documentation - endif - ifdef CONFIG_GDB_SCRIPTS -- $(Q)ln -fsn `cd $(srctree) && /bin/pwd`/scripts/gdb/vmlinux-gdb.py -+ $(Q)ln -fsn `cd $(srctree) && pwd`/scripts/gdb/vmlinux-gdb.py - endif - +$(call if_changed,link-vmlinux) - -@@ -1122,7 +1122,7 @@ _modinst_: - @rm -rf $(MODLIB)/kernel - @rm -f $(MODLIB)/source - @mkdir -p $(MODLIB)/kernel -- @ln -s `cd $(srctree) && /bin/pwd` $(MODLIB)/source -+ @ln -s `cd $(srctree) && pwd` $(MODLIB)/source - @if [ ! $(objtree) -ef $(MODLIB)/build ]; then \ - rm -f $(MODLIB)/build ; \ - ln -s $(CURDIR) $(MODLIB)/build ; \