[LinuxBIOS] buildrom: doquilt.sh

Jordan Crouse jordan.crouse at amd.com
Thu Sep 6 04:34:35 CEST 2007


Acked-by: Jordan Crouse <jordan.crouse at amd.com>

On 05/09/07 18:08 -0400, Ward Vandewege wrote:
> 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 <ward at fsf.org>
> Free Software Foundation - Senior System Administrator

> Make doquilt.sh a bit smarter about dealing with quilt patch trees.
> 
> Signed-off-by: Ward Vandewege <ward at gnu.org>

> 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
> linuxbios at linuxbios.org
> http://www.linuxbios.org/mailman/listinfo/linuxbios

-- 
Jordan Crouse
Systems Software Development Engineer 
Advanced Micro Devices, Inc.






More information about the coreboot mailing list