From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from dude02.hi.pengutronix.de ([2001:67c:670:100:1d::28] helo=dude02.lab.pengutronix.de) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1jKRQC-0002Gb-Kr for ptxdist@pengutronix.de; Fri, 03 Apr 2020 20:52:04 +0200 Received: from mol by dude02.lab.pengutronix.de with local (Exim 4.92) (envelope-from ) id 1jKRQC-0000sn-Cm for ptxdist@pengutronix.de; Fri, 03 Apr 2020 20:52:04 +0200 In-Reply-To: <202003300907.01952.jbe@pengutronix.de> MIME-Version: 1.0 Message-Id: From: Michael Olbrich Date: Fri, 03 Apr 2020 20:52:04 +0200 Subject: Re: [ptxdist] [APPLIED] Python handling was changes in the past, so remove a leftover as well List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ptxdist-bounces@pengutronix.de Sender: "ptxdist" To: ptxdist@pengutronix.de Thanks, applied as 70e95734668542ac638d5cb8a759ad402d678ff4. Michael [sent from post-receive hook] On Fri, 03 Apr 2020 20:52:04 +0200, Juergen Borleis wrote: > In commit a1a8045112e06d5b15869c60ce4b70056c020666 > "remove hard dependency on Python2" > > the handling of the external Python component was changed and a substitution > removed from configure.ac - but the 'Makefile.in' still uses the PYTHON > symbol and creates a strange softlink now. Remove that. > > Signed-off-by: Juergen Borleis > > Message-Id: <202003300907.01952.jbe@pengutronix.de> > Signed-off-by: Michael Olbrich > > diff --git a/Makefile.in b/Makefile.in > index 31651dbbd8c3..88a32e7cfc36 100644 > --- a/Makefile.in > +++ b/Makefile.in > @@ -65,7 +65,6 @@ environment: > @ln -sf @GNU_dirname@ "$(abs_srcdir)/bin/dirname" > @ln -sf @GNU_readlink@ "$(abs_srcdir)/bin/readlink" > @ln -sf @GNU_sort@ "$(abs_srcdir)/bin/sort" > - @ln -sf @PYTHON@ "$(abs_srcdir)/bin/python" > @ln -sf @SED@ "$(abs_srcdir)/bin/sed" > @ln -sf @GNU_xargs@ "$(abs_srcdir)/bin/xargs" > @ln -sf @BASH@ "$(abs_srcdir)/bin/bash" _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de