From f69b920dbc9d9ca85f85d69c047d7fcef4188c37 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Mon, 29 May 2017 09:12:42 +0200 Subject: The Makefiles now use the macro $(Q) instead of a plain '@' in front of their commands, so that verbosity can be controlled by the user --- libsi/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libsi/Makefile') diff --git a/libsi/Makefile b/libsi/Makefile index 2ae223b8..e0f9cb0e 100644 --- a/libsi/Makefile +++ b/libsi/Makefile @@ -1,7 +1,7 @@ # # Makefile for a libsi # -# $Id: Makefile 4.1 2017/05/22 15:33:20 kls Exp $ +# $Id: Makefile 4.2 2017/05/29 08:33:15 kls Exp $ ### The archiver options: @@ -37,7 +37,7 @@ all: libsi.a libsi.a : $(OBJS) @echo AR libsi/$@ - @$(AR) $(ARFLAGS) $@ $(OBJS) + $(Q)$(AR) $(ARFLAGS) $@ $(OBJS) clean: @-rm -f $(OBJS) $(DEPFILE) *.a *.so *.tgz core* *~ -- cgit v1.2.3