summaryrefslogtreecommitdiff
path: root/libc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libc/Makefile')
-rw-r--r--libc/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/libc/Makefile b/libc/Makefile
index ba3cd503a..dcd51bb1b 100644
--- a/libc/Makefile
+++ b/libc/Makefile
@@ -62,7 +62,9 @@ $(LIBNAME) shared_$(LIBNAME) ar-target: subdirs
obj.string.generic obj.string.$(TARGET_ARCH) obj.string \
obj.sysdeps.common obj.sysdeps.$(TARGET_ARCH) ; do \
if [ -e $$objfile ] ; then \
- echo $(AR) $(ARFLAGS) $(LIBNAME) $$objfile ; \
+ if [ "$(MAKE_IS_SILENT)" = "n" ] ; then \
+ echo $(AR) $(ARFLAGS) $(LIBNAME) $$objfile ; \
+ fi ; \
objs=`cat $$objfile` ; \
fi ; \
$(AR) $(ARFLAGS) $(LIBNAME) $$objs || exit 1 ; \