guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] GNU Guile branch, stable-2.0, updated. v2.0.3-29-ga0a8dd


From: Ludovic Courtès
Subject: [Guile-commits] GNU Guile branch, stable-2.0, updated. v2.0.3-29-ga0a8dd6
Date: Tue, 22 Nov 2011 08:07:45 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Guile".

http://git.savannah.gnu.org/cgit/guile.git/commit/?id=a0a8dd625469f5b6194e7ace9146e5f10b9b4016

The branch, stable-2.0 has been updated
       via  a0a8dd625469f5b6194e7ace9146e5f10b9b4016 (commit)
      from  f7db6079bc16354394a1bd90d15c2a7ab985f148 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit a0a8dd625469f5b6194e7ace9146e5f10b9b4016
Author: Ludovic Courtès <address@hidden>
Date:   Tue Nov 22 09:07:25 2011 +0100

    Build `psyntax-pp.go' with `--target=$(host)'.
    
    * module/Makefile.am (ice-9/psyntax-pp.go): Pass `--target=$(host)'.

-----------------------------------------------------------------------

Summary of changes:
 module/Makefile.am |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/module/Makefile.am b/module/Makefile.am
index b93d8d3..2c5e259 100644
--- a/module/Makefile.am
+++ b/module/Makefile.am
@@ -80,9 +80,10 @@ ice-9/psyntax-pp.scm.gen:
 .PHONY: ice-9/psyntax-pp.scm.gen
 
 ice-9/psyntax-pp.go: ice-9/psyntax.scm ice-9/psyntax-pp.scm
-       $(AM_V_GUILEC) GUILE_AUTO_COMPILE=0                     \
-       $(top_builddir)/meta/uninstalled-env                    \
-       guild compile $(GUILE_WARNINGS) -o "ice-9/psyntax-pp.go" 
"$(srcdir)/ice-9/psyntax.scm"
+       $(AM_V_GUILEC) GUILE_AUTO_COMPILE=0                             \
+       $(top_builddir)/meta/uninstalled-env                            \
+       guild compile --target="$(host)" $(GUILE_WARNINGS)              \
+         -o "ice-9/psyntax-pp.go" "$(srcdir)/ice-9/psyntax.scm"
 
 SCHEME_LANG_SOURCES =                                          \
   language/scheme/spec.scm                                     \


hooks/post-receive
-- 
GNU Guile



reply via email to

[Prev in Thread] Current Thread [Next in Thread]