diff options
author | Markus Armbruster <armbru@redhat.com> | 2019-05-28 10:23:08 +0200 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2019-07-03 13:19:19 +0200 |
commit | 1338a4b72659ce08eacb9de0205fe16202a22d9c (patch) | |
tree | 2ba48d23699661e0b81a481ed4a5fe2e8f2961e8 /tests | |
parent | 3b8593eeaa5778ae118f0cc2837e615acd13baeb (diff) |
Makefile: Reuse all's recursion machinery for clean and install
Targets "clean" and "install" run make recursively in a for loop.
This ignores -j and -k. Target "all" depends on SUBDIR/all to recurse
into each SUBDIR. Behaves nicely with -j and -k. Put that to use for
"clean" and "install": depend on SUBDIR/clean or SUBDIR/install,
respectively, and delete the loop.
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20190528082308.22032-5-armbru@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Diffstat (limited to 'tests')
0 files changed, 0 insertions, 0 deletions