On 6/13/19 11:59 AM, Andrea Claudi wrote: > make provides a handy -C option to change directory before reading > the makefiles or doing anything else. > > Use that instead of the "cd dir && make && cd .." pattern, thus > simplifying sintax for some makefiles. > > Changes from v1: > - Drop an obviously wrong leftover in testsuite/iproute2/Makefile > > Signed-off-by: Andrea Claudi <acla...@redhat.com> > --- > Makefile | 3 ++- > testsuite/Makefile | 6 +++--- > testsuite/iproute2/Makefile | 6 +++--- > 3 files changed, 8 insertions(+), 7 deletions(-)
Looks good. applied to iproute2-next. Thanks