From: James Hilliard <james.hilliard1@gmail.com>
To: buildroot@buildroot.org
Cc: James Hilliard <james.hilliard1@gmail.com>
Subject: [Buildroot] [PATCH 1/1] Makefile: unexport TARGET env variable
Date: Mon, 5 Sep 2022 14:20:02 -0600 [thread overview]
Message-ID: <20220905202002.4183680-1-james.hilliard1@gmail.com> (raw)
If set this can may break package builds in some cases such as the
host-icu build.
Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
---
Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/Makefile b/Makefile
index bd0b906cde..a82a22a276 100644
--- a/Makefile
+++ b/Makefile
@@ -427,6 +427,7 @@ unexport GCC_COLORS
unexport PLATFORM
unexport OS
unexport DEVICE_TREE
+unexport TARGET
GNU_HOST_NAME := $(shell support/gnuconfig/config.guess)
--
2.34.1
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
next reply other threads:[~2022-09-05 20:20 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-09-05 20:20 James Hilliard [this message]
2022-09-06 7:21 ` [Buildroot] [PATCH 1/1] Makefile: unexport TARGET env variable Yann E. MORIN
2022-09-06 21:15 ` James Hilliard
2022-09-07 12:42 ` Arnout Vandecappelle
2022-09-07 22:51 ` James Hilliard
2022-09-09 19:31 ` Yann E. MORIN
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=20220905202002.4183680-1-james.hilliard1@gmail.com \
--to=james.hilliard1@gmail.com \
--cc=buildroot@buildroot.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