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.

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

Reply via email to