[coreboot] r3077 - trunk/coreboot-v2/targets

svn at coreboot.org svn at coreboot.org
Fri Jan 25 20:31:26 CET 2008


Author: oxygene
Date: 2008-01-25 20:31:26 +0100 (Fri, 25 Jan 2008)
New Revision: 3077

Modified:
   trunk/coreboot-v2/targets/buildtarget
Log:
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 <patrick at georgi-clan.de>
Acked-by: Peter Stuge <peter at stuge.se>


Modified: trunk/coreboot-v2/targets/buildtarget
===================================================================
--- trunk/coreboot-v2/targets/buildtarget	2008-01-25 18:28:18 UTC (rev 3076)
+++ trunk/coreboot-v2/targets/buildtarget	2008-01-25 19:31:26 UTC (rev 3077)
@@ -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





More information about the coreboot mailing list