Submitted by Yegor Yefremov:

patch #9222: Enable silent build
* configure.ac: Add AM_SILENT_RULES
* Makefile.am: Document how to run "make" to get verbose
build messages




git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@1411 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
Joerg Wunsch
2018-01-12 22:07:39 +00:00
parent df4cd5e8a2
commit aab6f0bd35
4 changed files with 20 additions and 0 deletions

View File

@@ -16,6 +16,15 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
# In order to get verbose build messages rather than a summary line
# only, either use
#
# ./configure --disable-silent-rules
#
# or run make like
#
# make V=1
#
# $Id$
#