m4-commit
[Top][All Lists]
Advanced

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

[SCM] GNU M4 source repository branch, branch-1_4, updated. branch-cvs-r


From: Eric Blake
Subject: [SCM] GNU M4 source repository branch, branch-1_4, updated. branch-cvs-readonly-44-gc14be5a
Date: Thu, 31 Jan 2008 00:01:35 +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 M4 source repository".

http://git.sv.gnu.org/gitweb/?p=m4.git;a=commitdiff;h=c14be5a3908e29ead827f6bb049e48ddc2ef22a9

The branch, branch-1_4 has been updated
       via  c14be5a3908e29ead827f6bb049e48ddc2ef22a9 (commit)
       via  1308438714d707a32c924ebab3a2719a9d06fc03 (commit)
      from  951a0fb343bc2dc1d20109fc532a7af320ff70e0 (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 c14be5a3908e29ead827f6bb049e48ddc2ef22a9
Author: Ralf Wildenhues <address@hidden>
Date:   Wed Jan 30 17:00:49 2008 -0700

    Fix checks/Makefile.
    
    * checks/Makefile.in: Use @SET_MAKE@, and use @SHELL@ rather
    than hard-coding /bin/sh.
    * THANKS: Update.
    Reported by Lawson Chan.

commit 1308438714d707a32c924ebab3a2719a9d06fc03
Author: Eric Blake <address@hidden>
Date:   Tue Jan 29 20:02:49 2008 -0700

    Ignore Windows executables.
    
    Signed-off-by: Eric Blake <address@hidden>

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

Summary of changes:
 ChangeLog          |    7 +++++++
 THANKS             |    1 +
 checks/Makefile.in |    6 ++++--
 src/.cvsignore     |    1 +
 src/.gitignore     |    1 +
 5 files changed, 14 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 3ffea53..816df4f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2008-01-31  Ralf Wildenhues  <address@hidden>
+
+       * checks/Makefile.in: Use @SET_MAKE@, and use @SHELL@ rather
+       than hard-coding /bin/sh.
+       * THANKS: Update.
+       Reported by Lawson Chan.
+
 2008-01-27  Eric Blake  <address@hidden>
 
        Stage 13: push composite text tokens.
diff --git a/THANKS b/THANKS
index 15876b9..01c560f 100644
--- a/THANKS
+++ b/THANKS
@@ -60,6 +60,7 @@ Kaveh R. Ghazi                address@hidden
 Konrad Schwarz         address@hidden
 Kristine Lund          address@hidden
 Krste Asanovic         address@hidden
+Lawson Chan            address@hidden
 Marion Hakanson                address@hidden
 Mark Seiden            address@hidden
 Martin Koeppe          address@hidden
diff --git a/checks/Makefile.in b/checks/Makefile.in
index 6d93144..d06da72 100644
--- a/checks/Makefile.in
+++ b/checks/Makefile.in
@@ -1,6 +1,7 @@
 ## Makefile.in - template for building Makefile for M4 testsuite.
 ##
-## Copyright (C) 1992, 1993, 1994, 2006, 2007 Free Software Foundation, Inc.
+## Copyright (C) 1992, 1993, 1994, 2006, 2007, 2008 Free Software
+## Foundation, Inc.
 ##
 ## This file is part of GNU M4.
 ##
@@ -17,10 +18,11 @@
 ## You should have received a copy of the GNU General Public License
 ## along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
address@hidden@
 PACKAGE = @PACKAGE@
 VERSION = @VERSION@
 
-SHELL = /bin/sh
+SHELL = @SHELL@
 
 bindir = @bindir@
 exec_prefix = @exec_prefix@
diff --git a/src/.cvsignore b/src/.cvsignore
index a4438e6..9b593c0 100644
--- a/src/.cvsignore
+++ b/src/.cvsignore
@@ -3,3 +3,4 @@
 Makefile.in
 Makefile
 m4
+m4.exe
diff --git a/src/.gitignore b/src/.gitignore
index a4438e6..9b593c0 100644
--- a/src/.gitignore
+++ b/src/.gitignore
@@ -3,3 +3,4 @@
 Makefile.in
 Makefile
 m4
+m4.exe


hooks/post-receive
--
GNU M4 source repository




reply via email to

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