Re: [devel] [PATCH 1 of 1] build: Add cpplint build target [#1775]

2016-05-26 Thread Hans Nordebäck
ack, code review only/Thanks HansN On 05/25/2016 02:54 PM, Anders Widell wrote: > Makefile.common | 10 ++ > 1 files changed, 10 insertions(+), 0 deletions(-) > > > Add a "cpplint" build target that can be used in any subdirectory in the > OpenSAF source tree. Use the following command

[devel] [PATCH 1 of 1] build: Add cpplint build target [#1775]

2016-05-25 Thread Anders Widell
Makefile.common | 10 ++ 1 files changed, 10 insertions(+), 0 deletions(-) Add a "cpplint" build target that can be used in any subdirectory in the OpenSAF source tree. Use the following command to run it: make cpplint diff --git a/Makefile.common b/Makefile.common --- a/Makefile.comm