Author: alexander
Date: 2006-02-28 02:42:56 -0700 (Tue, 28 Feb 2006)
New Revision: 1420

Modified:
   branches/udev_update/packages/linux/debian-style-headers.sh
Log:
Don't lose Makefile.cpu in the kernel build system


Modified: branches/udev_update/packages/linux/debian-style-headers.sh
===================================================================
--- branches/udev_update/packages/linux/debian-style-headers.sh 2006-02-28 
09:40:41 UTC (rev 1419)
+++ branches/udev_update/packages/linux/debian-style-headers.sh 2006-02-28 
09:42:56 UTC (rev 1420)
@@ -14,7 +14,7 @@
            mkdir -p "$DSTDIR/$dir"
        done )
 ( cd "$SRCDIR" ; find -type f -a '(' -name Kconfig\* \
-    -o -name Makefile -o -name \*.s ')' ) | (
+    -o -name Makefile\* -o -name \*.s ')' ) | (
        cd "$SRCDIR"
        while read file ; do
            cp -v "$file" "$DSTDIR/$file"

-- 
http://linuxfromscratch.org/mailman/listinfo/livecd
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to