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 1Rv1aR-0001go-Nl for ptxdist@pengutronix.de; Wed, 08 Feb 2012 08:05:03 +0100 Received: from mol by mediacenter.hi.pengutronix.de with local (Exim 4.72) (envelope-from ) id 1Rv1aR-0002fH-MP for ptxdist@pengutronix.de; Wed, 08 Feb 2012 08:05:03 +0100 Date: Wed, 8 Feb 2012 08:05:03 +0100 From: Michael Olbrich Message-ID: <20120208070503.GM32645@pengutronix.de> References: <1328654437-18702-1-git-send-email-andreas@biessmann.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <1328654437-18702-1-git-send-email-andreas@biessmann.de> Subject: Re: [ptxdist] [PATCH] configure: add GNU mkdir check 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="iso-8859-1" Content-Transfer-Encoding: quoted-printable Sender: ptxdist-bounces@pengutronix.de Errors-To: ptxdist-bounces@pengutronix.de To: ptxdist@pengutronix.de On Tue, Feb 07, 2012 at 11:40:37PM +0100, Andreas Bie=DFmann wrote: > Signed-off-by: Andreas Bie=DFmann Does this mean the uname patch is not needed? I don't mind applying this patch either way, but I'd like know if the original problem still exists. Michael > --- > Makefile.in | 1 + > configure.ac | 1 + > 2 files changed, 2 insertions(+), 0 deletions(-) > = > diff --git a/Makefile.in b/Makefile.in > index 358e9c9..e8544d1 100644 > --- a/Makefile.in > +++ b/Makefile.in > @@ -49,6 +49,7 @@ environment: > @ln -sf @GNU_rm@ "$(abs_srcdir)/bin/rm" > @ln -sf @GNU_rmdir@ "$(abs_srcdir)/bin/rmdir" > @ln -sf @GNU_md5sum@ "$(abs_srcdir)/bin/md5sum" > + @ln -sf @GNU_mkdir@ "$(abs_srcdir)/bin/mkdir" > @ln -sf @GNU_install@ "$(abs_srcdir)/bin/install" > @ln -sf @GNU_stat@ "$(abs_srcdir)/bin/stat" > @ln -sf @PYTHON@ "$(abs_srcdir)/bin/python" > diff --git a/configure.ac b/configure.ac > index aa25dc8..00c2521 100644 > --- a/configure.ac > +++ b/configure.ac > @@ -149,6 +149,7 @@ GNU_COREUTILS(cp) > GNU_COREUTILS(rm) > GNU_COREUTILS(rmdir) > GNU_COREUTILS(md5sum) > +GNU_COREUTILS(mkdir) > GNU_COREUTILS(install) > GNU_COREUTILS(stat) > = > -- = > 1.7.9 > = > = > -- = > 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