Ticket #2134 (closed enhancement: fixed)
configure.ac: add support for AM_SILENT_RULES
Reported by: | slyfox | Owned by: | slyfox |
---|---|---|---|
Priority: | minor | Milestone: | 4.7.2 |
Component: | mc-core | Version: | 4.7.1 |
Keywords: | Cc: | zaytsev | |
Blocked By: | Blocking: | ||
Branch state: | Votes for changeset: | committed-master |
Description (last modified by slyfox) (diff)
It's an automake-1.11 feature.
Thorough description of pros and cons can be found here:
http://www.flameeyes.eu/autotools-mythbuster/automake/silent.html
In short:
test-hellow % make V=0 make all-am make[1]: Entering directory `/home/flame/test-hellow' CC hellow.o CCLD hellow make[1]: Leaving directory `/home/flame/test-hellow'
I propose to make V=0 as a default
---
Merged as changeset:bccf55731ac0600cf02b47b377a5d71bb955a65a
git log f593976..bccf557
Change History
comment:1 Changed 15 years ago by slyfox
- Summary changed from configure.as: add support for AM_SILENT_RULES to configure.ac: add support for AM_SILENT_RULES
comment:2 Changed 15 years ago by slyfox
- Owner set to slyfox
- Status changed from new to accepted
- severity changed from no branch to on review
pushed as branch:2134_am_silent_rules (commit:9dbbb664301bed3b3d1fce7f5da752bd92fbaad0)
Don't forget to remove your auto* cache!
Just running ./autogen.sh DOES NOT HELP
$ git clean -dfx
is the simplest way.
Enjoy!
comment:3 Changed 15 years ago by slyfox
Hopefully clickable: changeset:9dbbb664301bed3b3d1fce7f5da752bd92fbaad0
comment:4 Changed 15 years ago by andrew_b
- Votes for changeset set to andrew_b
- Description modified (diff)
This patch doesn't break the MC compilation with Automake < 1.11.
comment:7 Changed 15 years ago by angel_il
- Votes for changeset changed from andrew_b to andrew_b angel_il
- severity changed from on review to approved
comment:8 Changed 15 years ago by slyfox
- Status changed from accepted to testing
- Votes for changeset andrew_b angel_il deleted
- Resolution set to fixed
- severity changed from approved to merged
- Description modified (diff)
comment:10 Changed 15 years ago by andrew_b
- Votes for changeset set to commited-master
Merged to master: changeset:bccf55731ac0600cf02b47b377a5d71bb955a65a
git log f593976..bccf557