mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-29 19:30:36 +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:
parent
358663caf5
commit
176ee5c82a
1 changed files with 1 additions and 1 deletions
2
am/snarf
2
am/snarf
|
@ -1,6 +1,6 @@
|
|||
# -*- 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_$(AM_DEFAULT_VERBOSITY))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue