[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 0/3] gnumach: Build system fixes
From: |
Guillem Jover |
Subject: |
[PATCH 0/3] gnumach: Build system fixes |
Date: |
Sun, 15 Nov 2009 19:19:18 +0100 |
User-agent: |
Mutt/1.5.20 (2009-06-14) |
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
- [PATCH 0/3] gnumach: Build system fixes,
Guillem Jover <=