guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] GNU Guile branch, master, updated. release_1-9-12-149-g5


From: Andy Wingo
Subject: [Guile-commits] GNU Guile branch, master, updated. release_1-9-12-149-g5f8760e
Date: Wed, 06 Oct 2010 08:26:05 +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=5f8760e467aca7bc94fe399761635ec39a7ff753

The branch, master has been updated
       via  5f8760e467aca7bc94fe399761635ec39a7ff753 (commit)
      from  c6025e76ffb38cff709097b356df61c7ab109e38 (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 5f8760e467aca7bc94fe399761635ec39a7ff753
Author: Andy Wingo <address@hidden>
Date:   Wed Oct 6 10:24:45 2010 +0200

    build guile-readline/ after module/
    
    * Makefile.am (SUBDIRS): Build module/ before guile-readline/. Reformat.

-----------------------------------------------------------------------

Summary of changes:
 Makefile.am |   15 ++++++++++++---
 1 files changed, 12 insertions(+), 3 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 65ae2d6..27f7997 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -24,9 +24,18 @@
 #
 AUTOMAKE_OPTIONS = 1.10
 
-SUBDIRS = lib meta libguile guile-readline emacs \
-         examples test-suite benchmark-suite am \
-         module doc
+SUBDIRS =                                      \
+       lib                                     \
+       meta                                    \
+       libguile                                \
+       module                                  \
+       guile-readline                          \
+       examples                                \
+       emacs                                   \
+       test-suite                              \
+       benchmark-suite                         \
+       am                                      \
+       doc
 
 libguileincludedir = $(pkgincludedir)/$(GUILE_EFFECTIVE_VERSION)
 libguileinclude_HEADERS = libguile.h


hooks/post-receive
-- 
GNU Guile



reply via email to

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