mirror of
https://github.com/vdr-projects/vdr.git
synced 2025-03-01 10:50:46 +00:00
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
This commit is contained in:
@@ -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* *~
|
||||
|
Reference in New Issue
Block a user