automake-ng
[Top][All Lists]
Advanced

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

[Automake-NG] [PATCH 17/33] [ng] cosmetics: fix an imprecise comment


From: Stefano Lattarini
Subject: [Automake-NG] [PATCH 17/33] [ng] cosmetics: fix an imprecise comment
Date: Sat, 21 Jul 2012 14:55:49 +0200

* lib/am/header-vars.am (am__empty): About this.

Signed-off-by: Stefano Lattarini <address@hidden>
---
 lib/am/header-vars.am |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/lib/am/header-vars.am b/lib/am/header-vars.am
index ad96691..c6ad4d3 100644
--- a/lib/am/header-vars.am
+++ b/lib/am/header-vars.am
@@ -143,8 +143,9 @@ am__make_dryrun := \
         $(findstring n,$(am__v))))), \
     true, false))
 
-# An empty strings.  It only serves to make the code readable
-# in some places.
+# An empty string.  It can be very useful to "fool" the make parser w.r.t.
+# whitespace handling, and allow us to obtain tricky semantics.  See the
+# definition of $(am__newline) below for a significant example.
 am__empty :=
 
 am__strip_firstword = $(wordlist 2,$(words $(1)),$(1))
-- 
1.7.10.4




reply via email to

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