Re: [PATCH] Makefile: make sparse (CHECK) user-selectable

2013-05-09 Thread Phil Carmody
On 08/05/13 10:44 -0700, Randy Dunlap wrote: > On 05/08/13 08:23, Phil Carmody wrote: > > I've got a tweaked version as well as the system default, > > so make the sparse binary that's run user-selectable. > > > > I'm confused about why this patch is necessary since I already do > > $ make O=bui

Re: [PATCH] Makefile: make sparse (CHECK) user-selectable

2013-05-08 Thread Randy Dunlap
On 05/08/13 08:23, Phil Carmody wrote: > I've got a tweaked version as well as the system default, > so make the sparse binary that's run user-selectable. > I'm confused about why this patch is necessary since I already do $ make O=builddir CHECK=/path/to/sparse all > Signed-off-by: Phil Carmod

[PATCH] Makefile: make sparse (CHECK) user-selectable

2013-05-08 Thread Phil Carmody
I've got a tweaked version as well as the system default, so make the sparse binary that's run user-selectable. Signed-off-by: Phil Carmody --- Makefile |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/Makefile b/Makefile index a3a834b..e7a4851 100644 --- a/Makefile ++