[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Automake-NG] [PATCH 26/33] [ng] rename: am__private_suffix -> am.hack.p
From: |
Stefano Lattarini |
Subject: |
[Automake-NG] [PATCH 26/33] [ng] rename: am__private_suffix -> am.hack.private-suffix |
Date: |
Sat, 21 Jul 2012 14:55:58 +0200 |
Signed-off-by: Stefano Lattarini <address@hidden>
---
lib/am/header-vars.am | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/lib/am/header-vars.am b/lib/am/header-vars.am
index 57db26d..4d5531b 100644
--- a/lib/am/header-vars.am
+++ b/lib/am/header-vars.am
@@ -249,14 +249,14 @@ am__memoize = $(or $(am__memoized_value/$1),$(strip \
## Strip any of the SUFFIXES from each of the entries of LIST. Even if an
## entry of LIST terminates with several suffixes, only one is stripped:
## the first one that matches.
-am__private_suffix = .,;&!@
+am.hack.private-suffix = .,;&!@
am.util.strip-suffixes = $(strip \
$(if \
$(strip $1), \
- $(patsubst %$(am__private_suffix),%, \
+ $(patsubst %$(am.hack.private-suffix),%, \
$(call $0, \
$(call am.util.strip-first-word,$1), \
- $(patsubst %$(firstword $1),%$(am__private_suffix),$2))), \
+ $(patsubst %$(firstword $1),%$(am.hack.private-suffix),$2))), \
$2))
# Helper variables and function to help in recipes that could exceed
--
1.7.10.4
- [Automake-NG] [PATCH 16/33] [ng] rename: am__squote -> am.chars.squote, (continued)
- [Automake-NG] [PATCH 16/33] [ng] rename: am__squote -> am.chars.squote, Stefano Lattarini, 2012/07/21
- [Automake-NG] [PATCH 17/33] [ng] cosmetics: fix an imprecise comment, Stefano Lattarini, 2012/07/21
- [Automake-NG] [PATCH 18/33] [ng] rename: am__empty -> am.chars.empty, Stefano Lattarini, 2012/07/21
- [Automake-NG] [PATCH 20/33] [ng] rename: am__strip_firstword -> am.util.strip-first-word, Stefano Lattarini, 2012/07/21
- [Automake-NG] [PATCH 19/33] [ng] rename: am__make_dryrun -> am.make.dry-run, Stefano Lattarini, 2012/07/21
- [Automake-NG] [PATCH 21/33] [ng] rename: am__strip_lastword -> am.util.strip-last-word, Stefano Lattarini, 2012/07/21
- [Automake-NG] [PATCH 22/33] [ng] am__uniq: use $0 for recursive invocations, Stefano Lattarini, 2012/07/21
- [Automake-NG] [PATCH 23/33] [ng] rename: am__uniq -> am.util.uniq, Stefano Lattarini, 2012/07/21
- [Automake-NG] [PATCH 24/33] [ng] am__strip_suffixes: use $0 for recursive invocations, Stefano Lattarini, 2012/07/21
- [Automake-NG] [PATCH 25/33] [ng] rename: am__strip_suffixes -> am.util.strip-suffixes, Stefano Lattarini, 2012/07/21
- [Automake-NG] [PATCH 26/33] [ng] rename: am__private_suffix -> am.hack.private-suffix,
Stefano Lattarini <=
- [Automake-NG] [PATCH 27/33] [ng] rename: am__handle_exeext -> am.conf.handle-exeext, Stefano Lattarini, 2012/07/21
- [Automake-NG] [PATCH 28/33] [ng] rename: am__vpath_rewrite -> am.vpath.rewrite, Stefano Lattarini, 2012/07/21
- [Automake-NG] [PATCH 29/33] [ng] rename: am__using_parallel_tests -> am.conf.using-parallel-tests, Stefano Lattarini, 2012/07/21
- [Automake-NG] [PATCH 30/33] [ng] rename: am__tolower -> am.util.tolower, Stefano Lattarini, 2012/07/21
- [Automake-NG] [PATCH 31/33] [ng] rename: am__toupper -> am.util.toupper, Stefano Lattarini, 2012/07/21
- [Automake-NG] [PATCH 32/33] [ng] rename: am__canon -> am.util.canon, Stefano Lattarini, 2012/07/21
- [Automake-NG] [PATCH 33/33] [ng] rename: am__relativize -> am.dist.relativize-path, Stefano Lattarini, 2012/07/21
- Re: [Automake-NG] [PATCH 00/33] Several renamings of private make variables, Akim Demaille, 2012/07/21