diff mbox

[1/1] Unexports MACHINE variable. Fixes bug 7448

Message ID 1411533438-1415-1-git-send-email-risto.avila@digia.com
State Accepted
Commit 6d3b975653eee06d48f61dde4777e7c5d6abda92
Headers show

Commit Message

Risto Avila Sept. 24, 2014, 4:37 a.m. UTC
Signed-off-by: Risto Avila <risto.avila@digia.com>
---
 Makefile | 1 +
 1 file changed, 1 insertion(+)

Comments

Luca Ceresoli Sept. 24, 2014, 2:09 p.m. UTC | #1
Dear Avila Risto,

Avila Risto wrote:
> 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)
>
>

Reviewed-by: Luca Ceresoli <luca@lucaceresoli.net>
[Build-tested with nitrogen6x_defconfig]
Tested-by: Luca Ceresoli <luca@lucaceresoli.net>
Yann E. MORIN Sept. 24, 2014, 7:56 p.m. UTC | #2
Avila, All,

On 2014-09-24 04:37 +0000, Avila Risto spake thusly:
> Signed-off-by: Risto Avila <risto.avila@digia.com>

Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>

Regards,
Yann E. MORIN.

> ---
>  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
> _______________________________________________
> buildroot mailing list
> buildroot@busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
Peter Korsgaard Sept. 25, 2014, 7:45 a.m. UTC | #3
>>>>> "Avila" == Avila Risto <Risto.Avila@digia.com> writes:

 > Signed-off-by: Risto Avila <risto.avila@digia.com>

Committed, thanks.
diff mbox

Patch

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)