From: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 7/8] base.bbclass: remove redundant setting of MAKE
Date: Tue, 5 Feb 2013 16:55:47 +0100 [thread overview]
Message-ID: <690a52169749151fc06693486c8fde670fde32da.1360079373.git.rep.dot.nop@gmail.com> (raw)
In-Reply-To: <cover.1360079373.git.rep.dot.nop@gmail.com>
In-Reply-To: <cover.1360079373.git.rep.dot.nop@gmail.com>
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@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
next prev parent reply other threads:[~2013-02-05 16:11 UTC|newest]
Thread overview: 27+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-02-05 15:55 [PATCH 0/8] misc tweaks Bernhard Reutner-Fischer
2013-02-05 15:55 ` [PATCH 1/8] base.bbclass: Commentary typo fix Bernhard Reutner-Fischer
2013-02-05 15:55 ` [PATCH 2/8] uclibc: add c6x arch Bernhard Reutner-Fischer
2013-02-05 15:55 ` [PATCH 3/8] uclibc: turn on kernel module support Bernhard Reutner-Fischer
2013-02-05 15:55 ` [PATCH 4/8] Revert "Add ptest for glib." Bernhard Reutner-Fischer
2013-02-05 16:44 ` Richard Purdie
2013-02-05 16:44 ` Burton, Ross
2013-02-05 16:47 ` Bernhard Reutner-Fischer
2013-02-05 16:59 ` Burton, Ross
2013-02-05 17:17 ` Bernhard Reutner-Fischer
2013-02-08 8:21 ` Björn Stenberg
2013-02-05 16:46 ` Saul Wold
2013-02-05 17:13 ` Bernhard Reutner-Fischer
2013-02-05 18:39 ` Saul Wold
2013-02-05 19:16 ` Bernhard Reutner-Fischer
2013-02-05 19:36 ` Bernhard Reutner-Fischer
2013-02-05 19:59 ` Saul Wold
2013-02-06 0:01 ` Khem Raj
2013-02-06 9:02 ` Björn Stenberg
2013-02-05 15:55 ` [PATCH 5/8] busybox: add ifup's ifstate dir to package Bernhard Reutner-Fischer
2013-02-12 5:46 ` Saul Wold
2013-02-12 9:14 ` Bernhard Reutner-Fischer
2013-02-05 15:55 ` [PATCH 6/8] busybox: update-modules script needs id(1) Bernhard Reutner-Fischer
2013-02-05 16:38 ` Richard Purdie
2013-02-05 16:46 ` Bernhard Reutner-Fischer
2013-02-05 15:55 ` Bernhard Reutner-Fischer [this message]
2013-02-05 15:55 ` [PATCH 8/8] create-pull-request: Error message on missing -u Bernhard Reutner-Fischer
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=690a52169749151fc06693486c8fde670fde32da.1360079373.git.rep.dot.nop@gmail.com \
--to=rep.dot.nop@gmail.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox