mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-07-02 07:40:30 +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
|
@ -27,7 +27,7 @@ AM_V_GUILEC_0 = @echo " GUILEC" $@;
|
||||||
SUFFIXES = .scm .el .go
|
SUFFIXES = .scm .el .go
|
||||||
|
|
||||||
.scm.go:
|
.scm.go:
|
||||||
$(AM_V_GUILEC)GUILE_AUTO_COMPILE=0 \
|
$(AM_V_GUILEC)time env GUILE_AUTO_COMPILE=0 \
|
||||||
$(top_builddir)/meta/uninstalled-env \
|
$(top_builddir)/meta/uninstalled-env \
|
||||||
guild compile --target="$(host)" $(GUILE_WARNINGS) \
|
guild compile --target="$(host)" $(GUILE_WARNINGS) \
|
||||||
-L "$(abs_srcdir)" -L "$(abs_builddir)" \
|
-L "$(abs_srcdir)" -L "$(abs_builddir)" \
|
||||||
|
@ -35,7 +35,7 @@ SUFFIXES = .scm .el .go
|
||||||
-o "$@" "$<"
|
-o "$@" "$<"
|
||||||
|
|
||||||
.el.go:
|
.el.go:
|
||||||
$(AM_V_GUILEC)GUILE_AUTO_COMPILE=0 \
|
$(AM_V_GUILEC)time env GUILE_AUTO_COMPILE=0 \
|
||||||
$(top_builddir)/meta/uninstalled-env \
|
$(top_builddir)/meta/uninstalled-env \
|
||||||
guild compile --target="$(host)" $(GUILE_WARNINGS) \
|
guild compile --target="$(host)" $(GUILE_WARNINGS) \
|
||||||
-L "$(abs_srcdir)" -L "$(abs_builddir)" \
|
-L "$(abs_srcdir)" -L "$(abs_builddir)" \
|
||||||
|
|
|
@ -81,7 +81,7 @@ ice-9/psyntax-pp.scm.gen:
|
||||||
|
|
||||||
# Keep this rule in sync with that in `am/guilec'.
|
# Keep this rule in sync with that in `am/guilec'.
|
||||||
ice-9/psyntax-pp.go: ice-9/psyntax.scm ice-9/psyntax-pp.scm
|
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 \
|
$(top_builddir)/meta/uninstalled-env \
|
||||||
guild compile --target="$(host)" $(GUILE_WARNINGS) \
|
guild compile --target="$(host)" $(GUILE_WARNINGS) \
|
||||||
-L "$(abs_srcdir)" -L "$(abs_builddir)" \
|
-L "$(abs_srcdir)" -L "$(abs_builddir)" \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue