guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] 46/58: build: Really build srfi/srfi-71.scm.


From: Andy Wingo
Subject: [Guile-commits] 46/58: build: Really build srfi/srfi-71.scm.
Date: Tue, 7 Aug 2018 06:58:37 -0400 (EDT)

wingo pushed a commit to branch lightning
in repository guile.

commit aec899daf62737d6818b9c5ddc39b126e3d66274
Author: Ludovic Courtès <address@hidden>
Date:   Sun Jul 1 23:27:57 2018 +0200

    build: Really build srfi/srfi-71.scm.
    
    Commit eb90831ce81bcb85ae96d27011ebe71955cdf75d added it to the wrong
    makefile.
    
    * module/Makefile.am (SOURCES): Add srfi/srfi-71.scm.
    * module/srfi/Makefile.am: Remove.  It's a leftover from the 2009 build
    system rework in commit 3bb299b3f0d5b31957a6447d095ed723268019be.
---
 module/Makefile.am      |  1 +
 module/srfi/Makefile.am | 53 -------------------------------------------------
 2 files changed, 1 insertion(+), 53 deletions(-)

diff --git a/module/Makefile.am b/module/Makefile.am
index 3d105f1..887d45a 100644
--- a/module/Makefile.am
+++ b/module/Makefile.am
@@ -289,6 +289,7 @@ SOURCES =                                   \
   srfi/srfi-64.scm                             \
   srfi/srfi-67.scm                             \
   srfi/srfi-69.scm                             \
+  srfi/srfi-71.scm                             \
   srfi/srfi-88.scm                             \
   srfi/srfi-98.scm                             \
   srfi/srfi-111.scm                            \
diff --git a/module/srfi/Makefile.am b/module/srfi/Makefile.am
deleted file mode 100644
index 8b7e965..0000000
--- a/module/srfi/Makefile.am
+++ /dev/null
@@ -1,53 +0,0 @@
-## Process this file with automake to produce Makefile.in.
-##
-##     Copyright (C) 2000, 2004, 2006, 2008, 2017 Free Software Foundation, 
Inc.
-##
-##   This file is part of GUILE.
-##   
-##   GUILE is free software; you can redistribute it and/or modify it
-##   under the terms of the GNU Lesser General Public License as
-##   published by the Free Software Foundation; either version 3, or
-##   (at your option) any later version.
-##
-##   GUILE is distributed in the hope that it will be useful, but
-##   WITHOUT ANY WARRANTY; without even the implied warranty of
-##   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-##   GNU Lesser General Public License for more details.
-##
-##   You should have received a copy of the GNU Lesser General Public
-##   License along with GUILE; see the file COPYING.LESSER.  If not,
-##   write to the Free Software Foundation, Inc., 51 Franklin Street,
-##   Fifth Floor, Boston, MA 02110-1301 USA
-
-AUTOMAKE_OPTIONS = gnu
-
-modpath = srfi
-SOURCES = \
-            srfi-1.scm \
-            srfi-2.scm \
-           srfi-4.scm \
-            srfi-6.scm \
-            srfi-8.scm \
-            srfi-9.scm \
-            srfi-10.scm \
-            srfi-11.scm \
-            srfi-13.scm \
-            srfi-14.scm \
-           srfi-16.scm \
-            srfi-17.scm \
-            srfi-19.scm \
-            srfi-26.scm \
-            srfi-31.scm \
-            srfi-34.scm \
-           srfi-35.scm \
-            srfi-37.scm \
-            srfi-39.scm \
-            srfi-60.scm \
-           srfi-69.scm \
-           srfi-71.scm \
-           srfi-88.scm
-
-# Will poke this later.
-NOCOMP_SOURCES = srfi-18.scm
-
-include $(top_srcdir)/am/guilec



reply via email to

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