Hi there,

This is the first in a series of patches for buildrom to add support for the
Gigabyte m57sli board.

Thanks,
Ward.

-- 
Ward Vandewege <[EMAIL PROTECTED]>
Free Software Foundation - Senior System Administrator
Make doquilt.sh a bit smarter about dealing with quilt patch trees.

Signed-off-by: Ward Vandewege <[EMAIL PROTECTED]>

Index: bin/doquilt.sh
===================================================================
--- bin/doquilt.sh      (revision 17)
+++ bin/doquilt.sh      (working copy)
@@ -22,6 +22,13 @@
        exit 0
 fi
 
+# Sometimes the patch order matches. In that case, we can pass the entire patch subdirectory
+# to this script as the second argument, and we'll copy it into $DIR/patches/
+if [ -d $1 ]; then
+       cp -pr $1/* $DIR/patches/
+       shift
+fi
+
 while [ $# -gt 0 ]; do
     echo `basename $1` >> $DIR/patches/series
     cp $1 $DIR/patches

-- 
linuxbios mailing list
[email protected]
http://www.linuxbios.org/mailman/listinfo/linuxbios

Reply via email to