Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] Unexports MACHINE variable. Fixes bug 7448
@ 2014-09-24  4:37 Avila Risto
  2014-09-24 14:09 ` Luca Ceresoli
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Avila Risto @ 2014-09-24  4:37 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Risto Avila <risto.avila@digia.com>
---
 Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Makefile b/Makefile
index e788f1b..53f8ad5 100644
--- a/Makefile
+++ b/Makefile
@@ -292,6 +292,7 @@ unexport TAR_OPTIONS
 unexport CONFIG_SITE
 unexport QMAKESPEC
 unexport TERMINFO
+unexport MACHINE
 
 GNU_HOST_NAME := $(shell support/gnuconfig/config.guess)
 
-- 
1.9.1

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

end of thread, other threads:[~2014-09-25  7:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-24  4:37 [Buildroot] [PATCH 1/1] Unexports MACHINE variable. Fixes bug 7448 Avila Risto
2014-09-24 14:09 ` Luca Ceresoli
2014-09-24 19:56 ` Yann E. MORIN
2014-09-25  7:45 ` Peter Korsgaard

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