r4607 - dists/trunk/linux-2.6/debian/bin

Bastian Blank waldi at costa.debian.org
Sun Oct 23 11:10:44 UTC 2005


Author: waldi
Date: 2005-10-23 11:10:44 +0000 (Sun, 23 Oct 2005)
New Revision: 4607

Modified:
   dists/trunk/linux-2.6/debian/bin/install-header
Log:
debian/bin/install-header
- Remove include/asm from package.
- Remove debugging output.


Modified: dists/trunk/linux-2.6/debian/bin/install-header
===================================================================
--- dists/trunk/linux-2.6/debian/bin/install-header	2005-10-23 11:09:00 UTC (rev 4606)
+++ dists/trunk/linux-2.6/debian/bin/install-header	2005-10-23 11:10:44 UTC (rev 4607)
@@ -6,7 +6,6 @@
 # include/asm-* directories. 
 #
 set -e
-set -x
 
 # The scripts/ directory should be supplied for each flavour, since some
 # archs do some *very* strange things...
@@ -17,6 +16,7 @@
 DIRS="generic $KERNEL_HEADER_DIRS"
 DIRS=($DIRS)
 
+rm -f include/asm
 for i in include/asm-*; do
 	case ${i#include/asm-} in
 	$DIRS)




More information about the Kernel-svn-changes mailing list