On Mon, Mar 12, 2012 at 08:56:32PM +0100, Bernhard Walle wrote:
> We check for a xargs binary that supports the '-r' flag, so put the
> usual symlink into the bin directory once we have found a proper
> implementation.

Applied.

Michael

> Signed-off-by: Bernhard Walle <bernh...@bwalle.de>
> ---
>  Makefile.in |    1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/Makefile.in b/Makefile.in
> index b976a3f..e62a2d9 100644
> --- a/Makefile.in
> +++ b/Makefile.in
> @@ -56,6 +56,7 @@ environment:
>       @ln -sf @GNU_tar@ "$(abs_srcdir)/bin/tar"
>       @ln -sf @PYTHON@ "$(abs_srcdir)/bin/python"
>       @ln -sf @SED@ "$(abs_srcdir)/bin/sed"
> +     @ln -sf @XARGS@ "$(abs_srcdir)/bin/xargs"
>       @echo " done"
>  
>  clean:
> -- 
> 1.7.9.2
> 
> 
> -- 
> ptxdist mailing list
> ptxdist@pengutronix.de
> 

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

-- 
ptxdist mailing list
ptxdist@pengutronix.de

Reply via email to