[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Guile-commits] GNU Guile branch, stable-2.0, updated. v2.0.7-223-gc5c7c
From: |
Ludovic Courtès |
Subject: |
[Guile-commits] GNU Guile branch, stable-2.0, updated. v2.0.7-223-gc5c7c11 |
Date: |
Thu, 21 Mar 2013 23:52:28 +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=c5c7c1146f2488f92b11b1edbe36fa99ffdf2771
The branch, stable-2.0 has been updated
via c5c7c1146f2488f92b11b1edbe36fa99ffdf2771 (commit)
from 6cfdc6b87881a592b7ad99db8d9ea0ee13a4101b (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 c5c7c1146f2488f92b11b1edbe36fa99ffdf2771
Author: Ludovic Courtès <address@hidden>
Date: Fri Mar 22 00:52:16 2013 +0100
build: Adjust makefiles for `guile-procedures.txt'.
* libguile/Makefile.am (all-local): New target.
* Makefile.am (libguile/guile-procedures.txt): Output to address@hidden
first.
(CLEANFILES): New variable.
-----------------------------------------------------------------------
Summary of changes:
Makefile.am | 4 +++-
libguile/Makefile.am | 4 ++++
2 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index 737897b..8cdcc7e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -52,7 +52,8 @@ libguile/guile-procedures.txt: libguile/guile-procedures.texi
$(top_builddir)/meta/guile --no-auto-compile \
"$(srcdir)/libguile/texi-fragments-to-docstrings" \
"$(builddir)/libguile/guile-procedures.texi" \
- > libguile/guile-procedures.txt
+ > address@hidden
+ @mv address@hidden $@
EXTRA_DIST = LICENSE HACKING GUILE-VERSION \
m4/ChangeLog-2008 \
@@ -70,6 +71,7 @@ TESTS_ENVIRONMENT = @LOCALCHARSET_TESTS_ENVIRONMENT@
ACLOCAL_AMFLAGS = -I m4
+CLEANFILES = libguile/guile-procedures.txt
DISTCLEANFILES = check-guile.log
DISTCHECK_CONFIGURE_FLAGS = --enable-error-on-warning
diff --git a/libguile/Makefile.am b/libguile/Makefile.am
index 450d955..4b1f96b 100644
--- a/libguile/Makefile.am
+++ b/libguile/Makefile.am
@@ -429,6 +429,10 @@ BUILT_SOURCES = cpp-E.c cpp-SIG.c libpath.h \
scmconfig.h \
$(DOT_I_FILES) $(DOT_X_FILES) $(EXTRA_DOT_X_FILES)
+# Force the generation of `guile-procedures.texi' because the top-level
+# Makefile expects it to be built.
+all-local: guile-procedures.texi
+
address@hidden@_la_SOURCES = _scm.h \
memmove.c strerror.c \
dynl.c regex-posix.c \
hooks/post-receive
--
GNU Guile
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Guile-commits] GNU Guile branch, stable-2.0, updated. v2.0.7-223-gc5c7c11,
Ludovic Courtès <=