make flags analysis: use simpler variable names
authorStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 3 May 2013 11:01:35 +0000 (13:01 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 3 May 2013 11:02:11 +0000 (13:02 +0200)
commit1adb0570cb5badd8bb569d2d243fcedd103f0b94
tree4bbb14e0dc7282dbcbd939c1af4f743d4c6826b0
parent6d643e93182d50d236ccfeacffad55576cf51d99
make flags analysis: use simpler variable names

* lib/am/header-vars.am (am__make_running_with_option): Here.  Now
that we expect to be run in a subshell, we don't have to worry about
being namespace-safe.  And '$foo' is much more pleasant to read than
'$am__foo' -- and pleasant code tends to be more correct.
(am__make_dryrun, am__make_keepgoing): Adjust.

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
lib/am/header-vars.am