guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] GNU Guile branch, master, updated. release_1-9-11-86-g90


From: Andy Wingo
Subject: [Guile-commits] GNU Guile branch, master, updated. release_1-9-11-86-g9081209
Date: Thu, 17 Jun 2010 15:50:08 +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=9081209547ca012215cc669839af10b840eefa45

The branch, master has been updated
       via  9081209547ca012215cc669839af10b840eefa45 (commit)
      from  5f8c55ce3bd1ff0e4acd3ade42cf9ccde3cf0fa9 (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 9081209547ca012215cc669839af10b840eefa45
Author: Andy Wingo <address@hidden>
Date:   Thu Jun 17 17:52:11 2010 +0200

    build psyntax-pp.go from psyntax.scm
    
    * module/Makefile.am (ice-9/psyntax-pp.go): Build from psyntax.scm, so
      we get proper debugging information and variable names.

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

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

diff --git a/module/Makefile.am b/module/Makefile.am
index 9ff50f8..e0f1abd 100644
--- a/module/Makefile.am
+++ b/module/Makefile.am
@@ -72,15 +72,17 @@ EXTRA_DIST +=                                       \
   ice-9/compile-psyntax.scm                    \
   ice-9/ChangeLog-2008
 
-# We expect this to never be invoked when there is not already
-# ice-9/psyntax-pp.scm in %load-path, since compile-psyntax.scm depends
-# on ice-9/syncase.scm, which does `(load-from-path "ice-9/psyntax-pp.scm")'.
-# In other words, to bootstrap this file, you need to do something like:
-#    GUILE_LOAD_PATH=/usr/local/share/guile/1.5.4 make psyntax-pp.scm
 include $(top_srcdir)/am/pre-inst-guile
 ice-9/psyntax-pp.scm: ice-9/psyntax.scm
        $(preinstguile) --no-autocompile -s $(srcdir)/ice-9/compile-psyntax.scm 
\
                $(srcdir)/ice-9/psyntax.scm $(srcdir)/ice-9/psyntax-pp.scm
+       touch -r "$(srcdir)/ice-9/psyntax.scm" "$(srcdir)/ice-9/psyntax-pp.scm"
+       rm -f ice-9/psyntax-pp.go
+
+ice-9/psyntax-pp.go: ice-9/psyntax-pp.scm
+       GUILE_AUTO_COMPILE=0                                    \
+       $(top_builddir)/meta/uninstalled-env                    \
+       guile-tools compile $(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]