GNU bug report logs -
#10111
remake rules can fail in a weird corner case (VPATH into $distdir).
Previous Next
Full log
Message #17 received at 10111 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
On Wednesday 23 November 2011, Krzysztof Żelechowski wrote:
> > +## Creative quoring to avoid spurious matches in the grepping
> quoting
>
Thanks for spotting it. Fixed by the attached patch.
Regards,
Stefano
[0001-cosmetics-typofix-in-comments.patch (text/x-patch, inline)]
From 39a0fd0267ca5aab3d7c4677586181c355233eef Mon Sep 17 00:00:00 2001
Message-Id: <39a0fd0267ca5aab3d7c4677586181c355233eef.1322133328.git.stefano.lattarini <at> gmail.com>
From: Stefano Lattarini <stefano.lattarini <at> gmail.com>
Date: Thu, 24 Nov 2011 12:14:49 +0100
Subject: [PATCH] cosmetics: typofix in comments
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
* tests/remake-am-pr10111.test (Makefile.am): Fix typo in comments.
* THANKS: Update.
Reported by Krzysztof Żelechowski.
---
ChangeLog | 7 +++++++
THANKS | 1 +
tests/remake-am-pr10111.test | 2 +-
3 files changed, 9 insertions(+), 1 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 51d2dd8..a8e6587 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2011-11-24 Stefano Lattarini <stefano.lattarini <at> gmail.com>
+
+ cosmetics: typofix in comments
+ * tests/remake-am-pr10111.test (Makefile.am): Fix typo in comments.
+ * THANKS: Update.
+ Reported by Krzysztof Żelechowski.
+
2011-11-22 Stefano Lattarini <stefano.lattarini <at> gmail.com>
coverage: undistributed '.am' and '.m4' files are diagnosed
diff --git a/THANKS b/THANKS
index 7e6de25..e9da06c 100644
--- a/THANKS
+++ b/THANKS
@@ -189,6 +189,7 @@ Kevin P. Fleming. kpfleming <at> cox.net
Kevin Ryde user42 <at> zip.com.au
Kevin Street street <at> iname.com
Klaus Reichl Klaus.Reichl <at> alcatel.at
+Krzysztof Żelechowski giecrilj <at> stegny.2a.pl
L. Peter Deutsch ghost <at> aladdin.com
Ladislav Strojil Ladislav.Strojil <at> seznam.cz
Larry Jones larry.jones <at> sdrc.com
diff --git a/tests/remake-am-pr10111.test b/tests/remake-am-pr10111.test
index a8c2dc6..6f622f8 100644
--- a/tests/remake-am-pr10111.test
+++ b/tests/remake-am-pr10111.test
@@ -35,7 +35,7 @@ END
cat > Makefile.am <<'END'
include $(srcdir)/foobar.am
$(srcdir)/foobar.am:
-## Creative quoring to avoid spurious matches in the grepping
+## Creative quoting to avoid spurious matches in the grepping
## of Makefile.in, later.
echo '#' 'foobar' 'was 'here' '#' > $@
END
--
1.7.2.3
This bug report was last modified 13 years and 206 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.