[ptxdist] [PATCH] [flashbench] Fix syntax error in case FLASHBENCH_MAX_BUFSIZE not defined

2012-03-19 Thread Remy Bohmer
This error occurs in case PTXCONF_FLASHBENCH_MAX_BUFSIZE is not defined: $ ptxdist get expr: syntax error make: Nothing to be done for `get'. Change-Id: I1978d62b8781dbd5090b8a47b8fd8b944e6c79dc Signed-off-by: Remy Bohmer --- rules/flashbench.make |8 +++- 1 files changed, 7 insertions(+

Re: [ptxdist] [PATCH] [flashbench] Fix syntax error in case FLASHBENCH_MAX_BUFSIZE not defined

2012-03-20 Thread Michael Olbrich
On Mon, Mar 19, 2012 at 08:57:50PM +0100, Remy Bohmer wrote: > This error occurs in case PTXCONF_FLASHBENCH_MAX_BUFSIZE is not defined: > $ ptxdist get > expr: syntax error > make: Nothing to be done for `get'. > > Change-Id: I1978d62b8781dbd5090b8a47b8fd8b944e6c79dc > Signed-off-by: Remy Bohmer

Re: [ptxdist] [PATCH] [flashbench] Fix syntax error in case FLASHBENCH_MAX_BUFSIZE not defined

2012-03-20 Thread Bernhard Walle
Am 20.03.2012 09:43, schrieb Michael Olbrich: On Mon, Mar 19, 2012 at 08:57:50PM +0100, Remy Bohmer wrote: This error occurs in case PTXCONF_FLASHBENCH_MAX_BUFSIZE is not defined: $ ptxdist get expr: syntax error make: Nothing to be done for `get'. Change-Id: I1978d62b8781dbd5090b8a47b8fd8b944

Re: [ptxdist] [PATCH] [flashbench] Fix syntax error in case FLASHBENCH_MAX_BUFSIZE not defined

2012-03-20 Thread Michael Olbrich
On Mon, Mar 19, 2012 at 08:57:50PM +0100, Remy Bohmer wrote: > This error occurs in case PTXCONF_FLASHBENCH_MAX_BUFSIZE is not defined: > $ ptxdist get > expr: syntax error > make: Nothing to be done for `get'. > > Change-Id: I1978d62b8781dbd5090b8a47b8fd8b944e6c79dc > Signed-off-by: Remy Bohmer

Re: [ptxdist] [PATCH] [flashbench] Fix syntax error in case FLASHBENCH_MAX_BUFSIZE not defined

2012-03-20 Thread Juergen Beisert
Bernhard Walle wrote: > Am 20.03.2012 09:43, schrieb Michael Olbrich: > > On Mon, Mar 19, 2012 at 08:57:50PM +0100, Remy Bohmer wrote: > >> This error occurs in case PTXCONF_FLASHBENCH_MAX_BUFSIZE is not > >> defined: > >> $ ptxdist get > >> expr: syntax error > >> make: Nothing to be done for `get

Re: [ptxdist] [PATCH] [flashbench] Fix syntax error in case FLASHBENCH_MAX_BUFSIZE not defined

2012-03-20 Thread Bernhard Walle
Hi Juergen, * Juergen Beisert [2012-03-20 10:09]: > > Just delay the evaluation of the expression to the point of time when it is > really required. > > diff --git a/rules/flashbench.make b/rules/flashbench.make > index fcb669e..0ef52d1 100644 > --- a/rules/flashbench.make > +++ b/rules/flashbe

Re: [ptxdist] [PATCH] [flashbench] Fix syntax error in case FLASHBENCH_MAX_BUFSIZE not defined

2012-03-20 Thread Juergen Beisert
Hi Bernhard, Bernhard Walle wrote: > * Juergen Beisert [2012-03-20 10:09]: > > Just delay the evaluation of the expression to the point of time when it > > is really required. > > > > diff --git a/rules/flashbench.make b/rules/flashbench.make > > index fcb669e..0ef52d1 100644 > > --- a/rules/flas

Re: [ptxdist] [PATCH] [flashbench] Fix syntax error in case FLASHBENCH_MAX_BUFSIZE not defined

2012-03-20 Thread Bernhard Walle
Hi Juergen, * Juergen Beisert [2012-03-20 20:28]: > Bernhard Walle wrote: > > * Juergen Beisert [2012-03-20 10:09]: > > > Just delay the evaluation of the expression to the point of time when it > > > is really required. > > > > > > diff --git a/rules/flashbench.make b/rules/flashbench.make > >

Re: [ptxdist] [PATCH] [flashbench] Fix syntax error in case FLASHBENCH_MAX_BUFSIZE not defined

2012-03-20 Thread Remy Bohmer
Hi, 2012/3/20 Juergen Beisert : > Just delay the evaluation of the expression to the point of time when it is > really required. > > diff --git a/rules/flashbench.make b/rules/flashbench.make > index fcb669e..0ef52d1 100644 > --- a/rules/flashbench.make > +++ b/rules/flashbench.make > @@ -31,7 +31

Re: [ptxdist] [PATCH] [flashbench] Fix syntax error in case FLASHBENCH_MAX_BUFSIZE not defined

2012-03-20 Thread Remy Bohmer
Hi, 2012/3/20 Bernhard Walle : > Sorry, I had the old (unpatched) flashbench.make in the rules directory > of the project... > > Will send a patch that uses '=' instead of ':=' which is ready to be > applied. In that case I will drop my patch. Thanks. Kind regards, Remy -- ptxdist mailing lis