Re: [ANNOUNCE] libtraceevent.git
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
- Subject: Re: [ANNOUNCE] libtraceevent.git
- From: Sudip Mukherjee <sudipm.mukherjee@xxxxxxxxx>
- Date: Mon, 12 Oct 2020 21:24:14 +0100
- Cc: Tony Jones <tonyj@xxxxxxx>, Jiri Olsa <jolsa@xxxxxxxxxx>, LKML <linux-kernel@xxxxxxxxxxxxxxx>, Linux Trace Devel <linux-trace-devel@xxxxxxxxxxxxxxx>, Zamir SUN <sztsian@xxxxxxxxx>, Arnaldo Carvalho de Melo <acme@xxxxxxxxxx>, zsun@xxxxxxxxxx, Vitaly Chikunov <vt@xxxxxxxxxxxx>, Tzvetomir Stoyanov <tstoyanov@xxxxxxxxxx>, Yordan Karadzhov <ykaradzhov@xxxxxxxxxx>, Ben Hutchings <ben@xxxxxxxxxxxxxxx>, John Kacur <jkacur@xxxxxxxxxx>, Clark Williams <williams@xxxxxxxxxx>, Al Stone <ahs3@xxxxxxxxxx>, Mauro Carvalho Chehab <mchehab+huawei@xxxxxxxxxx>
- In-reply-to: <20201012151732.6e439886@gandalf.local.home>
- References: <20201007130750.49349844@gandalf.local.home> <20201012101208.GF1099489@krava> <20201012111950.55a73588@gandalf.local.home> <20201012184120.GN13697@suse.de> <20201012151732.6e439886@gandalf.local.home>
Hi Steve,
On Mon, Oct 12, 2020 at 8:17 PM Steven Rostedt <rostedt@xxxxxxxxxxx> wrote:
>
>
> [ Removing the powertop mailing list because it's rejecting everything ]
>
> On Mon, 12 Oct 2020 11:41:20 -0700
> Tony Jones <tonyj@xxxxxxx> wrote:
>
> > On Mon, Oct 12, 2020 at 11:19:50AM -0400, Steven Rostedt wrote:
> >
> > > Once it's shown that it works for all the package maintainers, I will tag
> > > it which should create the tarballs automatically on the above link.
> >
Works for me.
> Can you see if this patch fixes your current issue?
>
> -- Steve
>
> diff --git a/Documentation/Makefile b/Documentation/Makefile
> index edb8623..3a981be 100644
> --- a/Documentation/Makefile
> +++ b/Documentation/Makefile
> @@ -157,7 +157,7 @@ endif
> do-install-man: man
> $(call QUIET_INSTALL, Documentation-man) \
> $(INSTALL) -d -m 755 $(DESTDIR)$(man3dir); \
> - $(INSTALL) -m 644 $(DOC_MAN3) $(DESTDIR)$(man3dir);
> + $(INSTALL) -m 644 $(OUTPUT)*.3 $(DESTDIR)$(man3dir);
>
> install-man: check-man-tools man do-install-man
>
I faced the same problem and this patch worked for me.
--
Regards
Sudip
[Index of Archives]
[Linux USB Development]
[Linux USB Development]
[Linux Audio Users]
[Yosemite Hiking]
[Linux Kernel]
[Linux SCSI]