[dpdk-dev] [PATCH v2] mk: Only default to -Werror when building from git checkout

2015-02-21 Thread Thomas Monjalon
2015-02-20 18:15, Stephen Hemminger: > On Fri, 20 Feb 2015 13:15:38 +0100 > Thomas Monjalon wrote: > > > 2015-02-12 17:18, Panu Matilainen: > > > Add RTE_DEVEL_BUILD make-variable which can be used to do things > > > differently when doing development vs building a release, > > > autodetected fro

[dpdk-dev] [PATCH v2] mk: Only default to -Werror when building from git checkout

2015-02-20 Thread Stephen Hemminger
On Fri, 20 Feb 2015 13:15:38 +0100 Thomas Monjalon wrote: > 2015-02-12 17:18, Panu Matilainen: > > Add RTE_DEVEL_BUILD make-variable which can be used to do things > > differently when doing development vs building a release, > > autodetected from source root .git presence and overridable via > >

[dpdk-dev] [PATCH v2] mk: Only default to -Werror when building from git checkout

2015-02-20 Thread Thomas Monjalon
2015-02-12 17:18, Panu Matilainen: > Add RTE_DEVEL_BUILD make-variable which can be used to do things > differently when doing development vs building a release, > autodetected from source root .git presence and overridable via > commandline. Use it to only enable -Werror compiler flag when > build

[dpdk-dev] [PATCH v2] mk: Only default to -Werror when building from git checkout

2015-02-12 Thread Panu Matilainen
Add RTE_DEVEL_BUILD make-variable which can be used to do things differently when doing development vs building a release, autodetected from source root .git presence and overridable via commandline. Use it to only enable -Werror compiler flag when building a git checkout: Failing build on warning