mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 09:32:14 +02:00
base.bbclass: remove redundant setting of MAKE
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. (From OE-Core rev: b9c83b22b555349314191ba60346b01a9252a812) Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
2e5b6a6b2f
commit
81117fd2fa
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user