[git commit master 1/1] buildsys: Do not error on GNUHASH for clean targets

Bernhard Reutner-Fischer rep.dot.nop at gmail.com
Thu Aug 19 17:08:21 UTC 2010


commit: http://git.uclibc.org/uClibc/commit/?id=c78e53b6a4e15b50aca2b666a49b146bf380d927
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/master

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop at gmail.com>
---
 Rules.mak |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Rules.mak b/Rules.mak
index 1f05a8a..8912704 100644
--- a/Rules.mak
+++ b/Rules.mak
@@ -601,7 +601,7 @@ ifeq ($(LDSO_GNU_HASH_SUPPORT),y)
 # Be sure that binutils support it
 LDFLAGS_GNUHASH:=$(call check_ld,--hash-style=gnu)
 ifeq ($(LDFLAGS_GNUHASH),)
-ifneq ($(filter-out install_headers headers-y,$(MAKECMDGOALS)),)
+ifneq ($(filter-out $(clean_targets) install_headers headers-y,$(MAKECMDGOALS)),)
 $(error Your binutils do not support --hash-style option, while you want to use it)
 endif
 else
-- 
1.7.1



More information about the uClibc-cvs mailing list