[dpdk-dev] [PATCH v2] mk: remove "u" modifier from "ar" command

2015-06-29 Thread Thomas Monjalon
2015-06-09 16:17, Olivier MATZ: > On 06/09/2015 02:51 PM, Bruce Richardson wrote: > > On Fedora 22, the "ar" binary operates by default in deterministic mode, > > making the "u" parameter irrelevant, and leading to warning messages > > getting printed in the build output like below. > > > >INST

[dpdk-dev] [PATCH v2] mk: remove "u" modifier from "ar" command

2015-06-09 Thread Olivier MATZ
Hi Bruce, On 06/09/2015 02:51 PM, Bruce Richardson wrote: > On Fedora 22, the "ar" binary operates by default in deterministic mode, > making the "u" parameter irrelevant, and leading to warning messages > getting printed in the build output like below. > >INSTALL-LIB librte_kvargs.a > ar: `u'

[dpdk-dev] [PATCH v2] mk: remove "u" modifier from "ar" command

2015-06-09 Thread Bruce Richardson
On Fedora 22, the "ar" binary operates by default in deterministic mode, making the "u" parameter irrelevant, and leading to warning messages getting printed in the build output like below. INSTALL-LIB librte_kvargs.a ar: `u' modifier ignored since `D' is the default (see `U') There are two opt