guile-user
[Top][All Lists]
Advanced

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

Re: guile-json cross-build fix


From: Jan Nieuwenhuizen
Subject: Re: guile-json cross-build fix
Date: Thu, 09 Apr 2020 09:00:22 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)

Aleix Conchillo Flaqué writes:

Hello Aleix,

> Oh... I know what happened. I used to push commits to a private server
> that then would push to github and savannah witha commit hook, but I
> don't have that anymore so I have not been updating savannah.

Ah, that explains things!

>  > Would you mind do it on master?
>
>  As far as I can see, I'm up to date
>
>      http://git.savannah.nongnu.org/cgit/guile-json.git/log
>      
> http://git.savannah.nongnu.org/cgit/guile-json.git/commit/?id=c95a72735ceb2506ec2a0c1cf7deaf33868a262c
>
> Should be updated now. My bad, sorry about that.

Find attached; only a smaller bugfix now: we've been implementing the
mostly the same thing :)

Greetings,
janneke

>From db0eaceadfb3307c347143fbc5a8a985a0159280 Mon Sep 17 00:00:00 2001
From: Jan Nieuwenhuizen <address@hidden>
Date: Wed, 4 Mar 2020 11:17:02 +0100
Subject: [PATCH] build: Also cross-compile in json directory.

* json/Makefile.am (.scm.go): Add missing $(GUILE_TARGET).
---
 json/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/json/Makefile.am b/json/Makefile.am
index adf5972..765178b 100644
--- a/json/Makefile.am
+++ b/json/Makefile.am
@@ -36,4 +36,4 @@ CLEANFILES = $(GOBJECTS)
 GUILE_WARNINGS = -Wunbound-variable -Warity-mismatch -Wformat
 SUFFIXES = .scm .go
 .scm.go:
-       $(top_builddir)/env $(GUILD) compile $(GUILE_WARNINGS) -o "$@" "$<"
+       $(top_builddir)/env $(GUILD) compile $(GUILE_TARGET) $(GUILE_WARNINGS) 
-o "$@" "$<"
-- 
2.26.0

-- 
Jan Nieuwenhuizen <address@hidden> | GNU LilyPond http://lilypond.org
Freelance IT http://JoyofSource.com | Avatar® http://AvatarAcademy.com

reply via email to

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