From: Henning Schild <henning.schild@siemens.com>
To: isar-users@googlegroups.com
Cc: Henning Schild <henning.schild@siemens.com>
Subject: [PATCH 2/3] scripts/isar-buildenv-internal: Remove unused variable
Date: Thu, 12 Apr 2018 16:48:56 +0200 [thread overview]
Message-ID: <426f2092c240827d5b630deca7164dd653bbf3e5.1523544076.git.henning.schild@siemens.com> (raw)
In-Reply-To: <7219cddfebd75ac1527471df0118009e6c9ae530.1523544076.git.henning.schild@siemens.com>
In-Reply-To: <7219cddfebd75ac1527471df0118009e6c9ae530.1523544076.git.henning.schild@siemens.com>
The variable BASEDIR is not used, probably a leftover. Remove it to keep
env clean.
Signed-off-by: Henning Schild <henning.schild@siemens.com>
---
scripts/isar-buildenv-internal | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/isar-buildenv-internal b/scripts/isar-buildenv-internal
index 94d7eb1..e1f7149 100755
--- a/scripts/isar-buildenv-internal
+++ b/scripts/isar-buildenv-internal
@@ -66,5 +66,5 @@ export PATH
BBPATH="${BUILDDIR}"
export BBPATH
-BB_ENV_EXTRAWHITE="BASEDIR BUILDDIR http_proxy https_proxy ftp_proxy no_proxy"
+BB_ENV_EXTRAWHITE="BUILDDIR http_proxy https_proxy ftp_proxy no_proxy"
export BB_ENV_EXTRAWHITE
--
2.16.1
next prev parent reply other threads:[~2018-04-12 14:49 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-04-12 14:48 [PATCH 1/3] scripts: Make building verbose for better failure analysis Henning Schild
2018-04-12 14:48 ` Henning Schild [this message]
2018-04-23 6:03 ` [PATCH 2/3] scripts/isar-buildenv-internal: Remove unused variable Baurzhan Ismagulov
2018-04-12 14:48 ` [PATCH 3/3] scripts/start_vm: Deduplicate start_qemu Henning Schild
2018-04-23 6:06 ` Baurzhan Ismagulov
2018-04-23 6:03 ` [PATCH 1/3] scripts: Make building verbose for better failure analysis Baurzhan Ismagulov
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=426f2092c240827d5b630deca7164dd653bbf3e5.1523544076.git.henning.schild@siemens.com \
--to=henning.schild@siemens.com \
--cc=isar-users@googlegroups.com \
/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