Re: [PATCH 2/2] trace-cmd: Change the way of getting python ldflags.

2018-03-23 Thread Zamir SUN
On 03/23/2018 07:13 AM, Steven Rostedt wrote: > On Sun, 4 Feb 2018 11:20:14 +0800 > szts...@gmail.com wrote: > >> From: Zamir SUN >> >> Prior than this patch, Makefile detects python ldflags using a hardcoded >> python command. It will cause problems if we are building against >> python3 in th

Re: [PATCH 2/2] trace-cmd: Change the way of getting python ldflags.

2018-03-22 Thread Steven Rostedt
On Sun, 4 Feb 2018 11:20:14 +0800 szts...@gmail.com wrote: > From: Zamir SUN > > Prior than this patch, Makefile detects python ldflags using a hardcoded > python command. It will cause problems if we are building against > python3 in the future when ldflags for python2 and python3 are > differ

Re: [PATCH 2/2] trace-cmd: Change the way of getting python ldflags.

2018-02-08 Thread Steven Rostedt
On Sun, 4 Feb 2018 11:20:14 +0800 szts...@gmail.com wrote: > From: Zamir SUN > > Prior than this patch, Makefile detects python ldflags using a hardcoded > python command. It will cause problems if we are building against > python3 in the future when ldflags for python2 and python3 are > differ