Author: gotom
Date: 2005-06-12 15:48:21 +0000 (Sun, 12 Jun 2005)
New Revision: 924

Modified:
   linux-kernel-headers/branches/lkh-branch-2.6.12/debian/changelog
   linux-kernel-headers/branches/lkh-branch-2.6.12/debian/generate-asm.sh
Log:
    - debian/generate-asm.sh: Delete unneeded './' in bi-arch asm/*.h path.



Modified: linux-kernel-headers/branches/lkh-branch-2.6.12/debian/changelog
===================================================================
--- linux-kernel-headers/branches/lkh-branch-2.6.12/debian/changelog    
2005-06-12 15:47:07 UTC (rev 923)
+++ linux-kernel-headers/branches/lkh-branch-2.6.12/debian/changelog    
2005-06-12 15:48:21 UTC (rev 924)
@@ -25,6 +25,8 @@
       - linux/soundcard.h defines the correct AFMT_S16_NE value with 
         considering big/little endian.  (Closes: #253568)
 
+    - debian/generate-asm.sh: Delete unneeded './' in bi-arch asm/*.h path.
+
     - Bastian Blank <[EMAIL PROTECTED]>:
       - debian/rules: Add powerpc64 support.
       - debian/generate-asm.sh: Likewise.

Modified: linux-kernel-headers/branches/lkh-branch-2.6.12/debian/generate-asm.sh
===================================================================
--- linux-kernel-headers/branches/lkh-branch-2.6.12/debian/generate-asm.sh      
2005-06-12 15:47:07 UTC (rev 923)
+++ linux-kernel-headers/branches/lkh-branch-2.6.12/debian/generate-asm.sh      
2005-06-12 15:48:21 UTC (rev 924)
@@ -40,7 +40,7 @@
 cp -a $dir_in/$asm_dir_biarch $dir_out/$asm_dir_biarch
 
 dirs=$((( cd "$dir_in/$asm_dir"; find . -type d ); ( cd 
"$dir_in/$asm_dir_biarch"; find . -type d )) | sort -u )
-files=$((( cd "$dir_in/$asm_dir"; find . -name "*.h" -type f ); ( cd 
"$dir_in/$asm_dir_biarch"; find . -name "*.h" -type f )) | sort -u )
+files=$((( cd "$dir_in/$asm_dir"; find . -name "*.h" -type f ); ( cd 
"$dir_in/$asm_dir_biarch"; find . -name "*.h" -type f )) | sed 's/^.\///g' | 
sort -u )
 
 for h in $dirs; do
        mkdir -p "$dir_out/asm/$h"


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to