So maybe like this. On Fri, Apr 03, 2020 at 08:52:04PM +0200, Michael Olbrich wrote: > Thanks, applied as 70e95734668542ac638d5cb8a759ad402d678ff4. > > Michael > > [sent from post-receive hook] > > On Fri, 03 Apr 2020 20:52:04 +0200, Juergen Borleis <[email protected]> > 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
PYTHON is fixed here. > > symbol and creates a strange softlink now. Remove that. > > > > Signed-off-by: Juergen Borleis <[email protected]> > > > > Message-Id: <[email protected]> > > Signed-off-by: Michael Olbrich <[email protected]> And the extra tags are there as well. Michael > > > > 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 > [email protected] > -- Pengutronix e.K. | | Steuerwalder Str. 21 | http://www.pengutronix.de/ | 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | _______________________________________________ ptxdist mailing list [email protected]
