[linux] 04/06: linux-headers: Stop including unused arch/*/kernel/asm-offsets.s files

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Fri Sep 16 15:41:12 UTC 2016


This is an automated email from the git hooks/post-receive script.

benh pushed a commit to branch master
in repository linux.

commit 51f0aa4b8412e2af46345fd12f1a1f600dde754b
Author: Ben Hutchings <ben at decadent.org.uk>
Date:   Mon Sep 12 20:51:04 2016 +0100

    linux-headers: Stop including unused arch/*/kernel/asm-offsets.s files
---
 debian/changelog  | 1 +
 debian/rules.real | 1 -
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 0a653b5..1a38a5d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ linux (4.8~rc5-1~exp2) UNRELEASED; urgency=medium
   * Fix some new reproducibility issues:
     - linux-source: Exclude Python bytecode generated when running Sphinx
     - Set -fdebug-prefix-map=... in compiler options for kernel and userland
+    - linux-headers: Stop including unused arch/*/kernel/asm-offsets.s files
 
  -- Ben Hutchings <ben at decadent.org.uk>  Fri, 16 Sep 2016 16:39:53 +0100
 
diff --git a/debian/rules.real b/debian/rules.real
index 0ee1875..b35b56b 100644
--- a/debian/rules.real
+++ b/debian/rules.real
@@ -313,7 +313,6 @@ install-headers_$(ARCH)_$(FEATURESET)_$(FLAVOUR): $(STAMPS_DIR)/build_$(ARCH)_$(
 	mkdir -p $(DIR)/arch/$(KERNEL_ARCH)/kernel
 	cp -a $(SOURCE_DIR)/{.config,.kernel*,Module.symvers,include} $(DIR)
 	cp -a $(SOURCE_DIR)/arch/$(KERNEL_ARCH)/include $(DIR)/arch/$(KERNEL_ARCH)
-	cp -a $(SOURCE_DIR)/arch/$(KERNEL_ARCH)/kernel/asm-offsets.s $(DIR)/arch/$(KERNEL_ARCH)/kernel
 	find $(DIR) -name '*.cmd' -delete
 
 	if [ -f $(SOURCE_DIR)/arch/$(KERNEL_ARCH)/lib/crtsavres.o ]; then \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/kernel/linux.git



More information about the Kernel-svn-changes mailing list