projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b820f11
)
Makefile: Add RANLIB to the list of critical variables to unexport
author
Tom Rini
<trini@konsulko.com>
Tue, 17 Nov 2015 19:04:04 +0000
(14:04 -0500)
committer
Thomas Petazzoni
<thomas.petazzoni@free-electrons.com>
Tue, 22 Dec 2015 10:07:08 +0000
(11:07 +0100)
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>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index dc657d9e573801943709afe15659c67675a52ebb..1d691929f4a09dc36169d94146fc55a0139b7783 100644
(file)
--- 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