From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mediacenter.hi.pengutronix.de ([2001:6f8:1178:2::65]) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1S7OFM-0000J8-B2 for ptxdist@pengutronix.de; Tue, 13 Mar 2012 10:42:24 +0100 Received: from mol by mediacenter.hi.pengutronix.de with local (Exim 4.72) (envelope-from ) id 1S7OFM-00087N-9y for ptxdist@pengutronix.de; Tue, 13 Mar 2012 10:42:24 +0100 Date: Tue, 13 Mar 2012 10:42:24 +0100 From: Michael Olbrich Message-ID: <20120313094224.GF29221@pengutronix.de> References: <1331582193-35368-1-git-send-email-bernhard@bwalle.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <1331582193-35368-1-git-send-email-bernhard@bwalle.de> Subject: Re: [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: , 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 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 > --- > 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