mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-07-02 23:50:47 +02:00
Report time taken for 'guild compile' commands.
* am/guilec (.scm.go, .el.go): Report the time taken for each "guild compile" command. * module/Makefile.am (ice-9/psyntax-pp.go): Likewise.
This commit is contained in:
parent
200de96c40
commit
1322a6a8e7
2 changed files with 3 additions and 3 deletions
|
@ -81,7 +81,7 @@ ice-9/psyntax-pp.scm.gen:
|
|||
|
||||
# Keep this rule in sync with that in `am/guilec'.
|
||||
ice-9/psyntax-pp.go: ice-9/psyntax.scm ice-9/psyntax-pp.scm
|
||||
$(AM_V_GUILEC)GUILE_AUTO_COMPILE=0 \
|
||||
$(AM_V_GUILEC)time env GUILE_AUTO_COMPILE=0 \
|
||||
$(top_builddir)/meta/uninstalled-env \
|
||||
guild compile --target="$(host)" $(GUILE_WARNINGS) \
|
||||
-L "$(abs_srcdir)" -L "$(abs_builddir)" \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue