Ticket #2134 (new enhancement) — at Initial Version

Opened 14 years ago

Last modified 14 years ago

configure.as: add support for AM_SILENT_RULES

Reported by: slyfox Owned by:
Priority: minor Milestone: 4.7.2
Component: mc-core Version: 4.7.1
Keywords: Cc: zaytsev
Blocked By: Blocking:
Branch state: Votes for changeset:

Description

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

Note: See TracTickets for help on using tickets.