Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] Makefile: unexport TARGET env variable
@ 2022-09-05 20:20 James Hilliard
  2022-09-06  7:21 ` Yann E. MORIN
  0 siblings, 1 reply; 6+ messages in thread
From: James Hilliard @ 2022-09-05 20:20 UTC (permalink / raw)
  To: buildroot; +Cc: James Hilliard

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

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-09-09 19:31 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-05 20:20 [Buildroot] [PATCH 1/1] Makefile: unexport TARGET env variable James Hilliard
2022-09-06  7:21 ` 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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox