[kernel] r12912 - dists/trunk/linux-2.6/debian

Bastian Blank waldi at alioth.debian.org
Sun Feb 22 16:01:38 UTC 2009


Author: waldi
Date: Sun Feb 22 16:01:37 2009
New Revision: 12912

Log:
debian/rules.real: Further minimalize common header package.


Modified:
   dists/trunk/linux-2.6/debian/rules.real

Modified: dists/trunk/linux-2.6/debian/rules.real
==============================================================================
--- dists/trunk/linux-2.6/debian/rules.real	(original)
+++ dists/trunk/linux-2.6/debian/rules.real	Sun Feb 22 16:01:37 2009
@@ -200,8 +200,8 @@
 	cd $(SOURCE_DIR); \
 	( \
 	  echo Makefile; \
-	  find arch/$(KERNEL_ARCH) \
-	    \( -name 'Makefile*' -o -name 'Kconfig*' -o -name 'Rules.make' -o -name 'module.lds' \) -print; \
+	  echo arch/$(KERNEL_ARCH)/Makefile; \
+	  find arch/$(KERNEL_ARCH) -name 'module.lds' -print; \
 	  find arch/$(KERNEL_ARCH)/include -print; \
 	  find include -name 'asm*' -prune -o -print; \
 	  find include/asm-generic -print; \



More information about the Kernel-svn-changes mailing list