Ticket #2134 (accepted enhancement) — at Version 4

Opened 14 years ago

Last modified 14 years ago

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: andrew_b

Description (last modified by andrew_b) (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

Change History

comment:1 Changed 14 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 14 years ago by slyfox

  • Status changed from new to accepted
  • Owner set to slyfox
  • 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 14 years ago by slyfox

comment:4 Changed 14 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.

Note: See TracTickets for help on using tickets.