[kernel] r15245 - dists/sid/linux-2.6/debian

Bastian Blank waldi at alioth.debian.org
Sat Feb 20 13:32:03 UTC 2010


Author: waldi
Date: Sat Feb 20 13:32:00 2010
New Revision: 15245

Log:
debian/rules.real: Install arch specific scripts.

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

Modified: dists/sid/linux-2.6/debian/rules.real
==============================================================================
--- dists/sid/linux-2.6/debian/rules.real	Sat Feb 20 09:32:36 2010	(r15244)
+++ dists/sid/linux-2.6/debian/rules.real	Sat Feb 20 13:32:00 2010	(r15245)
@@ -201,6 +201,7 @@
 	  find arch/$(KERNEL_ARCH) -maxdepth 1 -name 'Makefile*' -print; \
 	  find arch/$(KERNEL_ARCH) -name 'module.lds' -print; \
 	  find $$(find arch/$(KERNEL_ARCH) -name include -type d -print) -print; \
+	  find $$(find arch/$(KERNEL_ARCH) -maxdepth 1 -name scripts -type d -print) -print; \
 	  find include -name 'asm*' -prune -o -print; \
 	  find include/asm-generic -print; \
 	) \
@@ -208,10 +209,6 @@
 	cpio -pd --preserve-modification-time '$(CURDIR)/$(DIR)'
 
 	ln -s /usr/lib/$(PACKAGE_NAME_KBUILD)/{Kbuild,scripts} $(DIR)
-	if [ -d $(SOURCE_DIR)/arch/$(KERNEL_ARCH)/scripts ]; then \
-		ln -s /usr/lib/$(PACKAGE_NAME_KBUILD)/arch/$(KERNEL_ARCH)/scripts \
-			$(DIR)/arch/$(KERNEL_ARCH); \
-	fi
 
 	+$(MAKE_SELF) install-base
 



More information about the Kernel-svn-changes mailing list