Re: [ptxdist] [PATCH] flashbench: Fix error when flashbench is not selected

2012-03-22 Thread Juergen Beisert
Michael Olbrich wrote: On Tue, Mar 20, 2012 at 08:36:47PM +0100, Bernhard Walle wrote: When flashbench is not selected in ptxdist menuconfig, then $(PTXCONF_FLASHBENCH_MAX_BUFSIZE) is undefined. In that case, the expr call fails. Fix the problem by delaying the evaluation of

[ptxdist] [PATCH] flashbench: Fix error when flashbench is not selected

2012-03-22 Thread Bernhard Walle
When flashbench is not selected in ptxdist menuconfig, then $(PTXCONF_FLASHBENCH_MAX_BUFSIZE) is undefined. In that case, the expr call fails. Fix the problem by delaying the evaluation of FLASHBENCH_MAKE_OPT until it's really needed, i.e. when flashbench has been selected. Signed-off-by:

[ptxdist] [PATCH] flashbench: Fix error when flashbench is not selected

2012-03-22 Thread Bernhard Walle
When flashbench is not selected in ptxdist menuconfig, then $(PTXCONF_FLASHBENCH_MAX_BUFSIZE) is undefined. In that case, the expr call fails. Fix the problem by delaying the evaluation of FLASHBENCH_MAKE_OPT until it's really needed, i.e. when flashbench has been selected. Signed-off-by:

Re: [ptxdist] [PATCH] flashbench: Fix error when flashbench is not selected

2012-03-21 Thread Michael Olbrich
On Tue, Mar 20, 2012 at 08:36:47PM +0100, Bernhard Walle wrote: When flashbench is not selected in ptxdist menuconfig, then $(PTXCONF_FLASHBENCH_MAX_BUFSIZE) is undefined. In that case, the expr call fails. Fix the problem by delaying the evaluation of FLASHBENCH_MAKE_OPT until it's really

[ptxdist] [PATCH] flashbench: Fix error when flashbench is not selected

2012-03-20 Thread Bernhard Walle
When flashbench is not selected in ptxdist menuconfig, then $(PTXCONF_FLASHBENCH_MAX_BUFSIZE) is undefined. In that case, the expr call fails. Fix the problem by delaying the evaluation of FLASHBENCH_MAKE_OPT until it's really needed, i.e. when flashbench has been selected. Signed-off-by:

Re: [ptxdist] [PATCH] flashbench: Fix error when flashbench is not selected

2012-03-20 Thread Remy Bohmer
Hi, 2012/3/20 Bernhard Walle bernh...@bwalle.de: When flashbench is not selected in ptxdist menuconfig, then $(PTXCONF_FLASHBENCH_MAX_BUFSIZE) is undefined. In that case, the expr call fails. Fix the problem by delaying the evaluation of FLASHBENCH_MAKE_OPT until it's really needed, i.e.