diff options
author | Jasmin Jessich <jasmin@anw.at> | 2017-05-25 22:21:13 +0200 |
---|---|---|
committer | Jasmin Jessich <jasmin@anw.at> | 2017-05-25 22:30:31 +0200 |
commit | 260f2cf0cb7b724c9ca3f662529e7b6bbb9cbbb6 (patch) | |
tree | 5b5775965847c369148065e7456a3a58c1d60a02 /.gitignore | |
parent | 3e0774c0968dc38178cadb41558302c8a888b875 (diff) | |
download | vdr-plugin-live-260f2cf0cb7b724c9ca3f662529e7b6bbb9cbbb6.tar.gz vdr-plugin-live-260f2cf0cb7b724c9ca3f662529e7b6bbb9cbbb6.tar.bz2 |
Improve Makefile printing
- Added global.mk with common makefile print macros.
Use VERBOSE=1 on the command line to show executed commands.
- Removed recursion printing of make.
- Suppress “nothing to be done for 'all'” message from make.
- gen_version_suffix.h is now always created.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -6,6 +6,8 @@ CVS *.so gen_version_suffix.h pages/*.cpp +css/*.cpp +javascript/*.cpp po/*.mo po/live.pot .dependencies |