[git commit master] utils: hide comment if !V
Bernhard Reutner-Fischer
rep.dot.nop at gmail.com
Tue Mar 30 15:24:16 UTC 2010
commit: http://git.uclibc.org/uClibc/commit/?id=255b5de8a0195caa2fb02b720912f630ff2518a6
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/master
---
utils/Makefile.in | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/utils/Makefile.in b/utils/Makefile.in
index 9ac9d6a..2aae1df 100644
--- a/utils/Makefile.in
+++ b/utils/Makefile.in
@@ -129,5 +129,5 @@ objclean-y += CLEAN_utils
CLEAN_utils:
$(do_rm) $(addprefix $(utils_OUT)/, ldconfig ldd iconv locale *.host)
- # This is a hack..
+ $(Q)# This is a hack..
$(Q)$(RM) $(utils_OUT)/.*.dep
--
1.6.3.3
More information about the uClibc-cvs
mailing list