gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet-scheme] 07/16: Makefile.am: Enable --r7rs, for the r7rs-symbols.


From: gnunet
Subject: [gnunet-scheme] 07/16: Makefile.am: Enable --r7rs, for the r7rs-symbols.
Date: Mon, 05 Sep 2022 21:33:59 +0200

This is an automated email from the git hooks/post-receive script.

maxime-devos pushed a commit to branch master
in repository gnunet-scheme.

commit e36c5037395ec80ab402ecdd429a58ee78475828
Author: Maxime Devos <maximedevos@telenet.be>
AuthorDate: Sat Sep 3 21:49:18 2022 +0200

    Makefile.am: Enable --r7rs, for the r7rs-symbols.
    
    The #{ ... }# syntax is apparently unportable, let's go for | ... |
    instead.
---
 Makefile.am | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index a9ebd4e..a4e5078 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -157,13 +157,16 @@ nobase_nodist_guilesiteccache_DATA = $(GOBJECTS)
 # in Guix does not have .scm files (but it does in Guile).
 # XXX: Use the C locale for when Guile lacks
 # 
<https://git.sv.gnu.org/cgit/guile.git/commit/?h=stable-2.0&id=e2c6bf3866d1186c60bacfbd4fe5037087ee5e3f>.
+#
+# Use --r7rs to allow |foo bar| symbols, as #{foo bar}# is non-standard and
+# not portable to Racket Scheme.
 %.go: %.scm
        $(AM_V_GUILEC)$(MKDIR_P) "`dirname "$@"`" ;                     \
        $(AM_V_P) && out=1 || out=- ;                                   \
        LC_ALL=C                                                        \
        builddir="$(top_builddir)"                                      \
        GUILE_AUTO_COMPILE=0                                            \
-       $(GUILD) compile -O2 --target="$(host)"                         \
+       $(GUILD) compile -O2 --target="$(host)" --r7rs                  \
          -L "$(top_srcdir)"                                            \
          -Wformat -Wunbound-variable -Warity-mismatch                  \
          -o "$@" "$<" >&$$out

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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