[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <b9d6455f-4d9c-35b5-5a4a-863ba6a1d0f4@codeaurora.org>
Date: Fri, 2 Aug 2019 10:54:28 +0530
From: Mukesh Ojha <mojha@...eaurora.org>
To: Masanari Iida <standby24x7@...il.com>,
linux-kernel@...r.kernel.org, peterz@...radead.org,
mingo@...hat.com, acme@...nel.org,
alexander.shishkin@...ux.intel.com, namhyung@...nel.org
Subject: Re: [PATCH] perf tools: Fix a typo in Makefile
On 8/1/2019 8:58 AM, Masanari Iida wrote:
> This patch fix a spelling typo in Makefile.
>
> Signed-off-by: Masanari Iida <standby24x7@...il.com>
Reviewed-by: Mukesh Ojha <mojha@...eaurora.org>
-Mukesh
> ---
> tools/perf/Documentation/Makefile | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tools/perf/Documentation/Makefile b/tools/perf/Documentation/Makefile
> index 6d148a40551c..adc5a7e44b98 100644
> --- a/tools/perf/Documentation/Makefile
> +++ b/tools/perf/Documentation/Makefile
> @@ -242,7 +242,7 @@ $(OUTPUT)doc.dep : $(wildcard *.txt) build-docdep.perl
> $(PERL_PATH) ./build-docdep.perl >$@+ $(QUIET_STDERR) && \
> mv $@+ $@
>
> --include $(OUPTUT)doc.dep
> +-include $(OUTPUT)doc.dep
>
> _cmds_txt = cmds-ancillaryinterrogators.txt \
> cmds-ancillarymanipulators.txt \
Powered by blists - more mailing lists