automake-patches
[Top][All Lists]
Advanced

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

Re: [PATCH] compile: clear the `eat' variable earlier.


From: Peter Rosin
Subject: Re: [PATCH] compile: clear the `eat' variable earlier.
Date: Mon, 15 Nov 2010 10:40:13 +0100
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.12) Gecko/20101027 Thunderbird/3.1.6

Den 2010-11-15 10:33 skrev Peter Rosin:
> Hi!
> 
> I found this little gem in compile while reading the code.  Pushed as
> obvious to the msvc branch.

Obviously I tripped up while committing something obvious.  Sorry for
being sloppy.  So, I also pushed this follow-up commit to the msvc branch:

Cheers,
Peter


>From d164eb55a41ec2fc48b402b276749f4b7d72dc91 Mon Sep 17 00:00:00 2001
From: Peter Rosin <address@hidden>
Date: Mon, 15 Nov 2010 10:37:26 +0100
Subject: [PATCH 2/2] lib/compile: update scriptversion.

Signed-off-by: Peter Rosin <address@hidden>
---
 ChangeLog   |    2 ++
 lib/compile |    2 +-
 2 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 5e326d1..e091340 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2010-11-15  Peter Rosin  <address@hidden>
 
+       lib/compile: update scriptversion.
+
        compile: clear the `eat' variable earlier.
        * lib/compile: Clear the `eat' variable earlier.
        * tests/compile3.test: Prevent regressions.
diff --git a/lib/compile b/lib/compile
index 1c6f105..bac481c 100755
--- a/lib/compile
+++ b/lib/compile
@@ -1,7 +1,7 @@
 #! /bin/sh
 # Wrapper for compilers which do not understand `-c -o'.
 
-scriptversion=2010-09-21.14; # UTC
+scriptversion=2010-11-15.09; # UTC
 
 # Copyright (C) 1999, 2000, 2003, 2004, 2005, 2009, 2010 Free Software
 # Foundation, Inc.
-- 
1.7.2.3




reply via email to

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