[OE-core] [PATCH 7/8] base.bbclass: remove redundant setting of MAKE

Bernhard Reutner-Fischer rep.dot.nop at gmail.com
Tue Feb 5 15:55:47 UTC 2013


oe_runmake() tried to set MAKE a second time, remove it since this is
(nowadays?) redundant WRT the normal export MAKE= in the generated
scripts.

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop at gmail.com>
---
 meta/classes/base.bbclass |    1 -
 1 file changed, 1 deletion(-)

diff --git a/meta/classes/base.bbclass b/meta/classes/base.bbclass
index 8147a81..3e6fa0e 100644
--- a/meta/classes/base.bbclass
+++ b/meta/classes/base.bbclass
@@ -54,7 +54,6 @@ die() {
 }
 
 oe_runmake() {
-	if [ x"$MAKE" = x ]; then MAKE=make; fi
 	bbnote ${MAKE} ${EXTRA_OEMAKE} "$@"
 	${MAKE} ${EXTRA_OEMAKE} "$@" || die "oe_runmake failed"
 }
-- 
1.7.10.4





More information about the Openembedded-core mailing list