header-vars: new variable $(am__running_with_option)
authorStefano Lattarini <stefano.lattarini@gmail.com>
Sat, 27 Apr 2013 13:25:06 +0000 (15:25 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Mon, 29 Apr 2013 14:16:39 +0000 (16:16 +0200)
commit6eedee4c85c9817e46ed3de9df912ebe0fc9baa4
tree28018feaf255544717398fe0896f213392daaad6
parentcbf23cebcb8fdeb02b5a69a6741af2507d3ded57
header-vars: new variable $(am__running_with_option)

This is a preparatory refactoring, needed by later patches.
No semantic change is intended.

* lib/am/header-vars.am (am__running_with_option): New, contains
shell code that determines whether the current make instance is
running with a given one-letter option (e.g., -k, -n) that takes
no argument.  Actually, the only supported option at the moment
is '-n' (support for '-k' will be added soon).
(am__make_dryrun): Rewrite as a thin wrapper around
'$(am__make_running_with_option)'.

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