This serie includes some improvements to the build system. The silent rules enabled by default will make it easier to see warnings, even if currently you get easily drown by their quantity. If there's an error they can be temporarily disabled using “make V=1” or disabled for the whole build with “configure --disable-silent-rules”. Something I will be doing in the Debian package so that we get useful build logs.
Guillem Jover (3): Add a .gitignore file Enable silent builds by default if available Update dependency patch .gitignore | 38 ++++++++++++++++++++++++++++++++++++++ Makefile.am | 12 ++++++++---- Makefrag.am | 4 ++-- Makerules.am | 16 ++++++++++++---- Makerules.mig.am | 24 ++++++++++++++---------- config.status.dep.patch | 34 +++++++++++++++++----------------- configure.ac | 3 +++ 7 files changed, 94 insertions(+), 37 deletions(-) create mode 100644 .gitignore regards, guillem