diff mbox

Makefile: Add RANLIB to the list of critical variables to unexport

Message ID 1447787044-4597-1-git-send-email-trini@konsulko.com
State Accepted
Headers show

Commit Message

Tom Rini Nov. 17, 2015, 7:04 p.m. UTC
If RANLIB is set and we're trying to build binutils, binutils will pick
this up and potentially fail to build.

Signed-off-by: Tom Rini <trini@konsulko.com>
---
 Makefile |    1 +
 1 file changed, 1 insertion(+)

Comments

Thomas Petazzoni Dec. 22, 2015, 10:16 a.m. UTC | #1
Tom,

On Tue, 17 Nov 2015 14:04:04 -0500, Tom Rini wrote:
> If RANLIB is set and we're trying to build binutils, binutils will pick
> this up and potentially fail to build.
> 
> Signed-off-by: Tom Rini <trini@konsulko.com>
> ---
>  Makefile |    1 +
>  1 file changed, 1 insertion(+)

Applied, thanks.

Thomas
diff mbox

Patch

diff --git a/Makefile b/Makefile
index 80c264f..b2b4b3c 100644
--- a/Makefile
+++ b/Makefile
@@ -321,6 +321,7 @@  unexport ARCH
 unexport CC
 unexport CXX
 unexport CPP
+unexport RANLIB
 unexport CFLAGS
 unexport CXXFLAGS
 unexport GREP_OPTIONS