gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet-scheme] 03/12: Don't compile currently not really useful scripts


From: gnunet
Subject: [gnunet-scheme] 03/12: Don't compile currently not really useful scripts.
Date: Thu, 03 Feb 2022 18:42:48 +0100

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 50597009f5d6bf1e467e90b4057bc008caa2c12a
Author: Maxime Devos <maximedevos@telenet.be>
AuthorDate: Thu Feb 3 15:24:08 2022 +0000

    Don't compile currently not really useful scripts.
    
    * Makefile.am (modules):
      Remove download-store, publish-store and guix-stuff.
---
 Makefile.am | 15 ++++++++++-----
 1 file changed, 10 insertions(+), 5 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index b9bc3db..7ea02b6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,6 +1,6 @@
 ## Process this file with automake to produce Makefile.in
-# Copyright (C) 2000-2012 Free Software Foundation, Inc.
-# Copyright (C) 2020, 2021 GNUnet e.V.
+# Copyright © 2000-2012 Free Software Foundation, Inc.
+# Copyright © 2020-2022 GNUnet e.V.
 #
 # Author (GnuTLS): Nikos Mavrogiannopoulos
 # Author (scheme-GNUnet): Maxime Devos
@@ -27,15 +27,20 @@ ACLOCAL_AMFLAGS = -I m4
 AM_CPPFLAGS = -I$(top_srcdir)/include
 SUFFIXES = .scm .go
 
+# These scripts are more of a demo than something
+# that actually works, so don't compile or install
+# them.
+#
+# gnu/gnunet/scripts/download-store.scm
+# gnu/gnunet/scripts/publish-store.scm
+# gnu/gnunet/scripts/guix-stuff.scm
+
 # Scheme code that works
 modules = \
   web/form.scm \
   \
   gnu/extractor/enum.scm \
   \
-  gnu/gnunet/scripts/download-store.scm \
-  gnu/gnunet/scripts/publish-store.scm \
-  gnu/gnunet/scripts/guix-stuff.scm \
   \
   gnu/gnunet/message/protocols.scm \
   \

-- 
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]