summaryrefslogtreecommitdiff
path: root/global.mk
AgeCommit message (Collapse)Author
2017-05-26Improve Makefile printing againJasmin Jessich
- The VDR Makefile might get an extension and define "Q", It is now overriden here.
2017-05-25Improve Makefile printingJasmin Jessich
- 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.