mbox series

[0/2,RFC] several build fixes

Message ID 20190806055950.23842-1-sergey.senozhatsky@gmail.com (mailing list archive)
Headers show
Series several build fixes | expand

Message

Sergey Senozhatsky Aug. 6, 2019, 5:59 a.m. UTC
Hi,

	RFC

These patches fix v1.1.1 build on my system.

Sergey Senozhatsky (2):
  parse-event: rename filter_arg_boolean arg
  makefile: fix python SyntaxError

 Makefile       |  2 +-
 parse-events.h |  2 +-
 parse-filter.c | 32 ++++++++++++++++----------------
 3 files changed, 18 insertions(+), 18 deletions(-)

Comments

Steven Rostedt Aug. 6, 2019, 1:27 p.m. UTC | #1
On Tue,  6 Aug 2019 14:59:48 +0900
Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com> wrote:

> Hi,
> 
> 	RFC
> 
> These patches fix v1.1.1 build on my system.
> 

Hi Sergey,

v1.1.1 is 8 years old and no longer supported.

Care to use the latest code? Otherwise, you'll need to simply maintain
these changes locally.

Thanks!

-- Steve


> Sergey Senozhatsky (2):
>   parse-event: rename filter_arg_boolean arg
>   makefile: fix python SyntaxError
> 
>  Makefile       |  2 +-
>  parse-events.h |  2 +-
>  parse-filter.c | 32 ++++++++++++++++----------------
>  3 files changed, 18 insertions(+), 18 deletions(-)
>
Sergey Senozhatsky Aug. 6, 2019, 1:35 p.m. UTC | #2
On (08/06/19 09:27), Steven Rostedt wrote:
> > Hi,
> > 
> > 	RFC
> > 
> > These patches fix v1.1.1 build on my system.
> > 
> 
> Hi Sergey,
> 
> v1.1.1 is 8 years old and no longer supported.
> 
> Care to use the latest code? Otherwise, you'll need to simply maintain
> these changes locally.

Hi Steven,

Nah, was just some weird fault on my side. A very weird one. Never mind
those patches; I did git pull but it took 24h to realize that git pull
didn't work out and I was still looking at commits from 2011. I was like
"hold on a second, no way Steven would ever let this happen" and then I
checked the repository state... Which I cloned in 2011, yes.

My apologies!

	-ss