Dear Michael, Am 01.12.2011 um 19:22 schrieb Michael Olbrich: > On Fri, Nov 25, 2011 at 01:40:19AM +0100, Andreas Bießmann wrote: >> +install-environment: all dirty-check >> + @echo "preparing PTXdist environment in $(DESTDIR)$(instdir)/bin ..." >> + @rm -fr "$(DESTDIR)$(instdir)" >> + @mkdir -p "$(DESTDIR)$(instdir)" >> + @mkdir -p $(DESTDIR)$(instdir)/bin >> + @ln -sf @SED@ $(DESTDIR)$(instdir)/bin/sed > > > I think this should happen during "make all". In many cases (especially > when using master) an uninstalled ptxdist is used. This should not act > differently. Something like this I think: > > all: kconfig environment > > kconfig: > # this was "all" before > > environment: > # the new stuff to create the links. But I imply to install the links to $(DESTDIR)$(instdir) which is in fact installation phase and should be separated from build phase (as it is now). So do you mean we should prepare the environment in $(PWD)/bin and then in a second step install it through tar? > And please add python and awk as well. Will do. best regards Andreas Bießmann