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-271-gb


From: Thien-Thi Nguyen
Subject: [Guile-commits] GNU Guile branch, master, updated. release_1-9-11-271-gbfebf09
Date: Thu, 19 Aug 2010 09:35:41 +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=bfebf099d91d431db3d08930ca04377389f3194b

The branch, master has been updated
       via  bfebf099d91d431db3d08930ca04377389f3194b (commit)
      from  4b02bf47f46f5030ded456984aca16945af57645 (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 bfebf099d91d431db3d08930ca04377389f3194b
Author: Thien-Thi Nguyen <address@hidden>
Date:   Thu Aug 19 11:11:25 2010 +0200

    [build] Use AM_SILENT_RULES for generating cpp-E.c, cpp-SIG.c.
    
    * libguile/Makefile.am (.syms.c): Prefix first command
      with $(AM_V_GEN); unconditionally silence second command.

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

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

diff --git a/libguile/Makefile.am b/libguile/Makefile.am
index fbc1efd..753f989 100644
--- a/libguile/Makefile.am
+++ b/libguile/Makefile.am
@@ -725,12 +725,13 @@ MKDEP = gcc -M -MG $(DEFS) $(AM_CPPFLAGS) $(CPPFLAGS) 
$(CFLAGS)
 # one-line sed script because some seds (e.g., FreeBSD) don't read
 # '\n' as a newline (like GNU sed does).  Sad, but true.
 .syms.c:
+       $(AM_V_GEN)                                                     \
        cat $< | while read sym ; do                                    \
          echo "#ifdef $$sym" ;                                         \
          echo "scm_c_define (\"$$sym\", scm_from_int ($$sym));" ;      \
          echo "#endif" ;                                               \
        done > address@hidden
-       mv address@hidden $@
+       @mv address@hidden $@
 
 # Write $(srcdir)/cpp-{E,SIG}.syms.NEW if there are any not-yet-seen
 # ("new" to us) E* or SIG* symbols in <errno.h> or <signal.h>, respectively.


hooks/post-receive
-- 
GNU Guile



reply via email to

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