[ptxdist] [PATCH] dosfstools: Fix missing environment forwarding

2012-06-26 Thread Juergen Beisert
With the current rule file, PTXdist does not forward any of the required environment variables. Only the DOSFSTOOLS_MAKEVARS settings are used to build the tools, so at least the correct compiler was used, but not the correct header and library include paths for example. Signed-off-by: Juergen Bei

Re: [ptxdist] [PATCH] dosfstools: Fix missing environment forwarding

2012-06-29 Thread Michael Olbrich
On Tue, Jun 26, 2012 at 03:20:47PM +0200, Juergen Beisert wrote: > With the current rule file, PTXdist does not forward any of the required > environment variables. Only the DOSFSTOOLS_MAKEVARS settings are used to > build the tools, so at least the correct compiler was used, but not the > correct

Re: [ptxdist] [PATCH] dosfstools: Fix missing environment forwarding

2012-06-29 Thread Juergen Beisert
Michael Olbrich wrote: > [...] > > diff --git a/rules/dosfstools.make b/rules/dosfstools.make > > index 5b9c527..87f6c20 100644 > > --- a/rules/dosfstools.make > > +++ b/rules/dosfstools.make > > @@ -27,21 +27,30 @@ DOSFSTOOLS_SOURCE := $(SRCDIR)/$(DOSFSTOOLS_SRC) > > DOSFSTOOLS_DIR