[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Guile-commits] GNU Guile branch, master, updated. release_1-9-3-39-ga16
From: |
Neil Jerram |
Subject: |
[Guile-commits] GNU Guile branch, master, updated. release_1-9-3-39-ga16eda7 |
Date: |
Sat, 26 Sep 2009 08:30:40 +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=a16eda7a400bcfda52109ed839f4fb2e24fa72eb
The branch, master has been updated
via a16eda7a400bcfda52109ed839f4fb2e24fa72eb (commit)
via b217a822aded0f83a4fdec519c3e29c802ba8275 (commit)
from f60e892819b91dbd0f352cc22a9e1feee70216c6 (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 a16eda7a400bcfda52109ed839f4fb2e24fa72eb
Author: Neil Jerram <address@hidden>
Date: Sat Sep 26 00:51:50 2009 +0100
Clean meta/guile-config
* meta/Makefile.am (CLEANFILES): New, containing guile-config.
commit b217a822aded0f83a4fdec519c3e29c802ba8275
Author: Neil Jerram <address@hidden>
Date: Fri Sep 25 22:45:17 2009 +0100
Don't include guile-config and guile-tools in distribution
They need to be regenerated, with the correct prefix, when configure
and make run.
* meta/Makefile.am (EXTRA_DIST): Remove bin_SCRIPTS.
-----------------------------------------------------------------------
Summary of changes:
meta/Makefile.am | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/meta/Makefile.am b/meta/Makefile.am
index d75f1b5..dbcf9da 100644
--- a/meta/Makefile.am
+++ b/meta/Makefile.am
@@ -21,7 +21,7 @@
## Fifth Floor, Boston, MA 02110-1301 USA
bin_SCRIPTS = guile-config guile-tools
-EXTRA_DIST= $(bin_SCRIPTS) \
+EXTRA_DIST= \
guile.m4 ChangeLog-2008 \
guile-2.0.pc.in guile-2.0-uninstalled.pc.in \
guile-tools.in guile-config.in
@@ -43,3 +43,5 @@ guile-config: $(srcdir)/guile-config.in
> guile-config.out
mv guile-config.out guile-config
chmod +x guile-config
+
+CLEANFILES = guile-config
hooks/post-receive
--
GNU Guile
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Guile-commits] GNU Guile branch, master, updated. release_1-9-3-39-ga16eda7,
Neil Jerram <=