diff mbox

generic: allow additional contents of EXTRA_FLAGS from callers

Message ID 1431445404-21349-1-git-send-email-zoltan.kiss@linaro.org
State New
Headers show

Commit Message

Zoltan Kiss May 12, 2015, 3:43 p.m. UTC
So callers can add extra params to configure

Signed-off-by: Zoltan Kiss <zoltan.kiss@linaro.org>
---
 helper/generic | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Anders Roxell May 13, 2015, 7:57 p.m. UTC | #1
On 2015-05-12 16:43, Zoltan Kiss wrote:
> So callers can add extra params to configure
> 
> Signed-off-by: Zoltan Kiss <zoltan.kiss@linaro.org>
> ---
>  helper/generic | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/helper/generic b/helper/generic
> index f49f509..aa1b10a 100644
> --- a/helper/generic
> +++ b/helper/generic
> @@ -3,7 +3,7 @@
>  export SRCDIR=${ROOT_DIR}/src
>  export BUILDDIR=${ROOT_DIR}/build
>  export LOGDIR=${ROOT_DIR}/log
> -export EXTRA_FLAGS="--enable-test-perf"
> +export EXTRA_FLAGS="${EXTRA_FLAGS} --enable-test-perf"
>  
>  mkdir -p ${SRCDIR}
>  mkdir -p ${BUILDDIR}
> -- 
> 1.9.1
> 

Applied.

Cheers,
Anders
diff mbox

Patch

diff --git a/helper/generic b/helper/generic
index f49f509..aa1b10a 100644
--- a/helper/generic
+++ b/helper/generic
@@ -3,7 +3,7 @@ 
 export SRCDIR=${ROOT_DIR}/src
 export BUILDDIR=${ROOT_DIR}/build
 export LOGDIR=${ROOT_DIR}/log
-export EXTRA_FLAGS="--enable-test-perf"
+export EXTRA_FLAGS="${EXTRA_FLAGS} --enable-test-perf"
 
 mkdir -p ${SRCDIR}
 mkdir -p ${BUILDDIR}