From 873312d69964b76f398023513f09587e74fdec10 Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Fri, 25 Jan 2008 19:31:26 +0000 Subject: [PATCH] bsh/ksh-clone and make(1)-syntax don't go well together (unlike 5 lines later where make syntax is emitted into a file) Signed-off-by: Patrick Georgi Acked-by: Peter Stuge git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3077 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- targets/buildtarget | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/targets/buildtarget b/targets/buildtarget index 04ae5ebe3..22b73afbc 100755 --- a/targets/buildtarget +++ b/targets/buildtarget @@ -72,7 +72,7 @@ rm -rf .$$.tmp ld --help | awk '{for (i=1;i<=NF;i++) if ($i ~ /build-id/){n++} }; END {exit n}' build_id=$? if [ $build_id -ge 1 ] ; then - EXTRA_LFLAGS+=" -Wl,--build-id=none" + EXTRA_LFLAGS="$EXTRA_LFLAGS -Wl,--build-id=none" fi for i in $build_dir/Makefile.settings $build_dir/*/Makefile.settings -- 2.25.1