public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Thomas Deutschmann" <whissi@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/genkernel:master commit in: worker_modules/
Date: Sun, 21 Jul 2019 16:26:37 +0000 (UTC)	[thread overview]
Message-ID: <1563724070.64d9cb6d1ff5162995fa84f6480da442a63f5223.whissi@gentoo> (raw)

commit:     64d9cb6d1ff5162995fa84f6480da442a63f5223
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 20 20:49:31 2019 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sun Jul 21 15:47:50 2019 +0000
URL:        https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=64d9cb6d

gkbuild.sh: Refactor gklibtoolize() function

Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 worker_modules/gkbuild.sh | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/worker_modules/gkbuild.sh b/worker_modules/gkbuild.sh
index 20de263..32940a1 100644
--- a/worker_modules/gkbuild.sh
+++ b/worker_modules/gkbuild.sh
@@ -664,7 +664,12 @@ gkconf() {
 gklibtoolize() {
 	type -P eltpatch &>/dev/null || die "eltpatch not found; is app-portage/elt-patches installed?"
 
-	gkexec "ELT_LOGDIR=\"${T}\" LD=\"$(tc-getLD)\" eltpatch ${*}"
+	local command=( "ELT_LOGDIR='${T}'" )
+	command+=( "LD='$(tc-getLD)'" )
+	command+=( "eltpatch" )
+	command+=( "${@}" )
+
+	gkexec "${command[*]}"
 }
 
 # @FUNCTION: gkmake


             reply	other threads:[~2019-07-21 16:26 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-21 16:26 Thomas Deutschmann [this message]
  -- strict thread matches above, loose matches on Subject: below --
2019-07-29 20:10 [gentoo-commits] proj/genkernel:master commit in: worker_modules/ Thomas Deutschmann
2019-08-30 21:41 Thomas Deutschmann
2019-08-30 21:41 Thomas Deutschmann
2019-08-30 21:41 Thomas Deutschmann
2019-08-30 21:41 Thomas Deutschmann
2019-11-24 20:00 Thomas Deutschmann
2019-12-14  0:26 Thomas Deutschmann
2020-06-20  2:17 Thomas Deutschmann
2020-06-20  2:17 Thomas Deutschmann
2020-07-16 15:03 Thomas Deutschmann
2021-03-15 20:02 Thomas Deutschmann
2023-07-27 10:56 Sam James

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=1563724070.64d9cb6d1ff5162995fa84f6480da442a63f5223.whissi@gentoo \
    --to=whissi@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.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