[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v3] Work around a bug in Solaris make's file-inclusion mechan
From: |
Stefano Lattarini |
Subject: |
Re: [PATCH v3] Work around a bug in Solaris make's file-inclusion mechanism. |
Date: |
Sun, 2 Jan 2011 14:26:53 +0100 |
User-agent: |
KMail/1.13.3 (Linux/2.6.30-2-686; KDE/4.4.4; i686; ; ) |
On Sunday 02 January 2011, Ralf Wildenhues wrote:
> Hi Stefano,
>
> this has since been applied to maint:
>
> * Stefano Lattarini wrote on Fri, Dec 17, 2010 at 08:46:26PM CET:
> > Subject: [PATCH] Work around a bug in file-inclusion mechanism of Solaris
> > make.
> >
> > * automake.in (handle_single_transform): In the name of the
> > dependency file: collapse multiple slash characters into a single
> > one.
> > * tests/subobj11a.test: New test.
> > * tests/subobj11b.test: Likewise.
> > * tests/subobj11c.test: Likewise.
> > * tests/depcomp8a.test: Likewise.
> > * tests/depcomp8b.test: Likewise.
> > * tests/Makefile.am (TESTS): Updated.
> > * NEWS: Updated.
>
Oops, I missed a typo in NEWS when I pushed this patch.
Below is what I pushed to fix that.
Sorry for the noise,
Stefano
-*-*-
* NEWS: fix typo (forgotten word).
---
ChangeLog | 4 ++++
NEWS | 2 +-
2 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 9a1d180..dcc4f75 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,8 @@
2011-01-02 Stefano Lattarini <address@hidden>
+
+ * NEWS: Fix typo (forgotten word).
+
+2011-01-02 Stefano Lattarini <address@hidden>
Ralf Wildenhues <address@hidden>
docs: how to work around checks on invalid primary/directory couples
diff --git a/NEWS b/NEWS
index 5f1fd5b..eb31266 100644
--- a/NEWS
+++ b/NEWS
@@ -52,7 +52,7 @@ Bugs fixed in 1.11.0a:
- The code for automatic dependency tracking works around a Solaris
make bug triggered by sources containing repeated slashes when the
- `subdir-objects' was used.
+ `subdir-objects' option was used.
New in 1.11:
--
1.7.2.3