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-11-234-gf


From: Andy Wingo
Subject: [Guile-commits] GNU Guile branch, master, updated. release_1-9-11-234-gf9560a3
Date: Wed, 04 Aug 2010 18:05:46 +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=f9560a348e83ec3c494aee0d42b056383392ffca

The branch, master has been updated
       via  f9560a348e83ec3c494aee0d42b056383392ffca (commit)
      from  2af6e1351da68c09d6b50be535901a4f85a4807a (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 f9560a348e83ec3c494aee0d42b056383392ffca
Author: Yan Li <address@hidden>
Date:   Wed Aug 4 15:02:43 2010 +0800

    Compiling DOT_X_FILES requires version.h
    
    There was a race condition when building Guile since DOT_X_FILES didn't
    depend on version.h, which is dynamically generated. Sometimes the
    DOT_X_FILES are compiled before the version.h is generated and leads to
    build failure. This patch fixed this problem.
    
    Signed-off-by: Yan Li <address@hidden>

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

Summary of changes:
 libguile/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libguile/Makefile.am b/libguile/Makefile.am
index a899b85..9836aa1 100644
--- a/libguile/Makefile.am
+++ b/libguile/Makefile.am
@@ -670,7 +670,7 @@ AM_V_FILTER_0 = @echo "  FILTER" $@;
 .c.doc:
        -$(AM_V_FILTER)$(AWK) -f $(srcdir)/guile-func-name-check $< && 
(./guile-snarf-docs $(snarfcppopts) $< | ./guile_filter_doc_snarfage$(EXEEXT) 
--filter-snarfage) > $@ || { rm $@; false; }
 
-$(DOT_X_FILES) $(EXTRA_DOT_X_FILES): scmconfig.h snarf.h guile-snarf.in
+$(DOT_X_FILES) $(EXTRA_DOT_X_FILES): scmconfig.h snarf.h guile-snarf.in 
version.h
 
 $(DOT_DOC_FILES) $(EXTRA_DOT_DOC_FILES): scmconfig.h snarf.h 
guile-snarf-docs.in guile_filter_doc_snarfage$(EXEEXT)
 


hooks/post-receive
-- 
GNU Guile



reply via email to

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