summaryrefslogtreecommitdiff
path: root/libsi
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2017-05-29 09:12:42 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2017-05-29 09:12:42 +0200
commitf69b920dbc9d9ca85f85d69c047d7fcef4188c37 (patch)
treea88171f77ff0aa86995abe21fddc8df3feb7bda4 /libsi
parenta4c851f759cf51760223e63b3f06d29743d80031 (diff)
downloadvdr-f69b920dbc9d9ca85f85d69c047d7fcef4188c37.tar.gz
vdr-f69b920dbc9d9ca85f85d69c047d7fcef4188c37.tar.bz2
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
Diffstat (limited to 'libsi')
-rw-r--r--libsi/Makefile4
1 files changed, 2 insertions, 2 deletions
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* *~