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 1SGmm5-0003AE-CS for ptxdist@pengutronix.de; Sun, 08 Apr 2012 09:43:01 +0200 Received: from mol by mediacenter.hi.pengutronix.de with local (Exim 4.72) (envelope-from ) id 1SGmm5-0004nc-Ab for ptxdist@pengutronix.de; Sun, 08 Apr 2012 09:43:01 +0200 Date: Sun, 8 Apr 2012 09:43:01 +0200 From: Michael Olbrich Message-ID: <20120408074301.GC13585@pengutronix.de> References: <1333825498-63346-1-git-send-email-bernhard@bwalle.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <1333825498-63346-1-git-send-email-bernhard@bwalle.de> Subject: Re: [ptxdist] [PATCH] configure.ac: Check for GNU find 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 Sat, Apr 07, 2012 at 09:04:58PM +0200, Bernhard Walle wrote: > One of the specialities of GNU find over BSD find is that you can omit > the path before providing options. This means that "find -name bla" is > equivalent with "find . -name bla". Busybox exposes that behaviour. > > So check for GNU find to be on the safe side, and also add the symlink > in the installation directory once we found it. Thanks, applied. Michael > Signed-off-by: Bernhard Walle > --- > Makefile.in | 1 + > configure.ac | 1 + > 2 files changed, 2 insertions(+) > > diff --git a/Makefile.in b/Makefile.in > index 17a6ce6..8382402 100644 > --- a/Makefile.in > +++ b/Makefile.in > @@ -54,6 +54,7 @@ environment: > @ln -sf @GNU_stat@ "$(abs_srcdir)/bin/stat" > @ln -sf @GNU_mknod@ "$(abs_srcdir)/bin/mknod" > @ln -sf @GNU_tar@ "$(abs_srcdir)/bin/tar" > + @ln -sf @GNU_find@ "$(abs_srcdir)/bin/find" > @ln -sf @GNU_readlink@ "$(abs_srcdir)/bin/readlink" > @ln -sf @PYTHON@ "$(abs_srcdir)/bin/python" > @ln -sf @SED@ "$(abs_srcdir)/bin/sed" > diff --git a/configure.ac b/configure.ac > index 78597cc..44c2448 100755 > --- a/configure.ac > +++ b/configure.ac > @@ -148,6 +148,7 @@ GNU_TOOL(stat, coreutils) > GNU_TOOL(mknod, coreutils) > GNU_TOOL(readlink, coreutils) > GNU_TOOL(tar, tar) > +GNU_TOOL(find, findutils) > > dnl Check for egrep > AC_PROG_EGREP > -- > 1.7.9.5 > > > -- > 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