diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2017-05-29 09:12:42 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2017-05-29 09:12:42 +0200 |
commit | f69b920dbc9d9ca85f85d69c047d7fcef4188c37 (patch) | |
tree | a88171f77ff0aa86995abe21fddc8df3feb7bda4 /CONTRIBUTORS | |
parent | a4c851f759cf51760223e63b3f06d29743d80031 (diff) | |
download | vdr-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 'CONTRIBUTORS')
-rw-r--r-- | CONTRIBUTORS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 9f342077..7cdb554c 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -3426,6 +3426,7 @@ Jasmin Jessich <jasmin@anw.at> for fixing detecting the inclusion of STL header files in tools.h for help and suggestions when implementing debug output for checking the correct sequence of locking global lists + for suggesting to use $(Q) to control Makefile verbosity Martin Schirrmacher <schirrmie@gmail.com> for suggesting to provide a way for skin plugins to get informed about the currently |