[dpdk-dev] [PATCH] mk: fix dependencies when modifying config

2014-03-26 Thread Thomas Monjalon
2014-03-26 17:08, Olivier MATZ: > On 03/19/2014 12:36 PM, Thomas Monjalon wrote: > > If .config file is changed and .depdirs was built before, > > it must be updated. > > It is now done silently (-s) in checkconfig rule. > > Now .depdirs is not redone if .config is older. > > > > It has been test

[dpdk-dev] [PATCH] mk: fix dependencies when modifying config

2014-03-26 Thread Olivier MATZ
Hi Thomas, On 03/19/2014 12:36 PM, Thomas Monjalon wrote: > If .config file is changed and .depdirs was built before, > it must be updated. > It is now done silently (-s) in checkconfig rule. > Now .depdirs is not redone if .config is older. > > It has been tested by enabling PMD_PCAP after a defa

[dpdk-dev] [PATCH] mk: fix dependencies when modifying config

2014-03-19 Thread Thomas Monjalon
If .config file is changed and .depdirs was built before, it must be updated. It is now done silently (-s) in checkconfig rule. Now .depdirs is not redone if .config is older. It has been tested by enabling PMD_PCAP after a default build. KVARGS dependency should appear in .depdirs. Signed-off-by