1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 03:40:34 +02:00

don't autocompile while snarfing

* am/snarf (GUILE_SNARF): Don't autocompile while snarfing, as we
  probably don't have a compiled Guile at this point.
This commit is contained in:
Andy Wingo 2010-08-27 12:56:54 -07:00
parent 358663caf5
commit 176ee5c82a

View file

@ -1,6 +1,6 @@
# -*- makefile -*- # -*- makefile -*-
GUILE_SNARF = $(top_builddir)/libguile/guile-snarf GUILE_SNARF = GUILE_AUTO_COMPILE=0 $(top_builddir)/libguile/guile-snarf
AM_V_SNARF = $(AM_V_SNARF_$(V)) AM_V_SNARF = $(AM_V_SNARF_$(V))
AM_V_SNARF_ = $(AM_V_SNARF_$(AM_DEFAULT_VERBOSITY)) AM_V_SNARF_ = $(AM_V_SNARF_$(AM_DEFAULT_VERBOSITY))