gawk-diffs
[Top][All Lists]
Advanced

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

[gawk-diffs] [SCM] gawk branch, gawk-4.1-stable, updated. gawk-4.1.0-473


From: Arnold Robbins
Subject: [gawk-diffs] [SCM] gawk branch, gawk-4.1-stable, updated. gawk-4.1.0-473-g46a4572
Date: Wed, 05 Nov 2014 03:34:21 +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 "gawk".

The branch, gawk-4.1-stable has been updated
       via  46a457244070dac0ff575293348748f1d8db4352 (commit)
      from  c9936ef0d4d7a7f263831bead31c5ffcf8b0a8d3 (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 -----------------------------------------------------------------
http://git.sv.gnu.org/cgit/gawk.git/commit/?id=46a457244070dac0ff575293348748f1d8db4352

commit 46a457244070dac0ff575293348748f1d8db4352
Author: Arnold D. Robbins <address@hidden>
Date:   Wed Nov 5 05:34:04 2014 +0200

    Small build fix in awklib.

diff --git a/awklib/ChangeLog b/awklib/ChangeLog
index 13d6b09..bede423 100644
--- a/awklib/ChangeLog
+++ b/awklib/ChangeLog
@@ -1,3 +1,8 @@
+2014-11-05         Juergen Kahrs       <address@hidden>
+
+       * Makefile.am (AWKPROG): Add quotes around the name in case the
+       build dir has spaces in it.
+
 2014-10-17         Andrew J. Schorr     <address@hidden>
 
        * Makefile.am (stamp-eg): Use explicit ./extract.awk to avoid
diff --git a/awklib/Makefile.am b/awklib/Makefile.am
index 82b7e07..2e1adaf 100644
--- a/awklib/Makefile.am
+++ b/awklib/Makefile.am
@@ -30,7 +30,7 @@ EXTRA_DIST = ChangeLog ChangeLog.0 extract.awk eg 
$(srcdir)/stamp-eg
 if TEST_CROSS_COMPILE
 AWKPROG = LC_ALL=C LANG=C awk$(EXEEXT)
 else
-AWKPROG = LC_ALL=C LANG=C $(abs_top_builddir)/gawk$(EXEEXT)
+AWKPROG = LC_ALL=C LANG=C "$(abs_top_builddir)/gawk$(EXEEXT)"
 endif
 
 # Get config.h from the build directory and custom.h from the source directory.

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

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


hooks/post-receive
-- 
gawk



reply via email to

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