Hi,

see attached patch


Regards,
Patrick Georgi
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 <[EMAIL PROTECTED]>

Index: targets/buildtarget
===================================================================
--- targets/buildtarget (Revision 3075)
+++ targets/buildtarget (Arbeitskopie)
@@ -72,7 +72,7 @@
 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
-- 
coreboot mailing list
[email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to