Re: [PATCH] perf tools: Unify a bit the build directory output

From: Arnaldo Carvalho de Melo
Date: Thu Mar 19 2020 - 14:57:58 EST


Em Thu, Mar 19, 2020 at 03:25:14PM -0300, Arnaldo Carvalho de Melo escreveu:
> Em Wed, Mar 18, 2020 at 09:45:22PM +0100, Jiri Olsa escreveu:
> > Removing the extra 'SUBDIR' line from clean and doc build
> > output. Because it's annoying.. ;-)
> >
> > Before:
> > $ make clean
> > ...
> > SUBDIR Documentation
> > CLEAN Documentation
> >
> > After:
> > $ make clean
> > ...
> > CLEAN Documentation
>
> Thanks, applied to perf/core.

Hey, since you're annoyed, how about sending a patch to ditch this one:

make[3]: Nothing to be done for '/tmp/build/perf/plugins/libtraceevent-dynamic-list'.

? ;-)

- Arnaldo