On 5/23/19 4:15 AM, Markus Armbruster wrote: > 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 <arm...@redhat.com> > --- > Makefile | 53 +++++++++++++++++++++++++---------------------------- > 1 file changed, 25 insertions(+), 28 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~