guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] GNU Guile branch, stable-2.0, updated. v2.0.11-7-gfd584e


From: Ludovic Courtès
Subject: [Guile-commits] GNU Guile branch, stable-2.0, updated. v2.0.11-7-gfd584ec
Date: Thu, 24 Apr 2014 21:49:42 +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=fd584ec6707ae5b6e7b07fe19443b513fb0ba62b

The branch, stable-2.0 has been updated
       via  fd584ec6707ae5b6e7b07fe19443b513fb0ba62b (commit)
      from  4a81f5b5d3800aafbc25452e50459c1ba6e29fea (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 fd584ec6707ae5b6e7b07fe19443b513fb0ba62b
Author: Ludovic Courtès <address@hidden>
Date:   Thu Apr 24 23:46:20 2014 +0200

    build: Clean up rules for meta/{guild,guile-config}.
    
    * meta/Makefile.am (guile-config, guild): Avoid useless 'cat'
      invocation'.  Quote all occurrences of '@'.
      Suggested by Eric Blake <address@hidden>.

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

Summary of changes:
 meta/Makefile.am |   24 ++++++++++++------------
 1 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/meta/Makefile.am b/meta/Makefile.am
index 102b797..57644bc 100644
--- a/meta/Makefile.am
+++ b/meta/Makefile.am
@@ -46,21 +46,21 @@ aclocal_DATA = guile.m4
 
 guile-config: $(srcdir)/guile-config.in $(top_builddir)/config.status
        guile="@bindir@/`echo guile | $(SED) -e '$(program_transform_name)'`" ; 
\
-       cat $(srcdir)/guile-config.in                                           
\
-       | $(SED) -e "s,@pkgconfigdir@,$(pkgconfigdir),g"                        
\
-                -e "s,@""PKG_CONFIG@,$(PKG_CONFIG),g"                          
\
-                -e "s,@installed_guile@,$$guile,g"                             
\
-       > guile-config.out
-       mv guile-config.out guile-config
-       chmod +x guile-config
+       $(SED) -e "s,address@hidden@],$(pkgconfigdir),g"                        
\
+              -e "s,address@hidden@],$(PKG_CONFIG),g"                          
\
+              -e "s,address@hidden@],$$guile,g"                                
\
+         < "$(srcdir)/guile-config.in"                                         
\
+         > "address@hidden"
+       chmod +x "address@hidden"
+       mv "address@hidden" "$@"
 
 guild: $(srcdir)/guild.in $(top_builddir)/config.status
        guile="@bindir@/`echo guile | $(SED) -e '$(program_transform_name)'`" ; 
\
-       cat $(srcdir)/guild.in                                                  
\
-       | $(SED) -e "s,@installed_guile@,$$guile,g"                             
\
-                -e "s,address@hidden@],$(PACKAGE_NAME),g"                      
\
-                -e "s,address@hidden@],$(PACKAGE_BUGREPORT),g"         \
-       > "address@hidden"
+       $(SED) -e "s,address@hidden@],$$guile,g"                                
\
+              -e "s,address@hidden@],$(PACKAGE_NAME),g"                        
\
+              -e "s,address@hidden@],$(PACKAGE_BUGREPORT),g"           \
+         < "$(srcdir)/guild.in"                                                
\
+         > "address@hidden"
        chmod +x "address@hidden"
        mv "address@hidden" "$@"
 


hooks/post-receive
-- 
GNU Guile



reply via email to

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