From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from smtprelay06.ispgateway.de ([80.67.31.95]) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1S7BME-0004il-SF for ptxdist@pengutronix.de; Mon, 12 Mar 2012 20:56:40 +0100 Received: from [88.217.118.228] (helo=localhost) by smtprelay06.ispgateway.de with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.68) (envelope-from ) id 1S7BME-00082w-F4 for ptxdist@pengutronix.de; Mon, 12 Mar 2012 20:56:38 +0100 From: Bernhard Walle Date: Mon, 12 Mar 2012 20:56:32 +0100 Message-Id: <1331582193-35368-1-git-send-email-bernhard@bwalle.de> Subject: [ptxdist] [PATCH 1/2] Makefile.in: Create symlink for xargs Reply-To: ptxdist@pengutronix.de List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: ptxdist-bounces@pengutronix.de Errors-To: ptxdist-bounces@pengutronix.de To: ptxdist@pengutronix.de 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 --- 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