mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-05 11:40:20 +02:00
* .gitignore: Ignore extra gnulib headers. * am/snarf: Silent SNARF command * am/guilec: Silent GUILEC command * configure.ac: Use AM_SILENT_RULES when available * guile-readline/Makefile.am: * libguile/Makefile.am: * srfi/Makefile.am: * test-suite/standalone/Makefile.am: Silence snarf output
7 lines
192 B
Makefile
7 lines
192 B
Makefile
# -*- makefile -*-
|
|
|
|
GUILE_SNARF = $(top_builddir)/libguile/guile-snarf
|
|
|
|
AM_V_SNARF = $(AM_V_SNARF_$(V))
|
|
AM_V_SNARF_ = $(AM_V_SNARF_$(AM_DEFAULT_VERBOSITY))
|
|
AM_V_SNARF_0 = @echo " SNARF " $@;
|