[dpdk-dev] [PATCH v2 3/7] pipeline: fix truncated dependency list

2016-06-27 Thread Thomas Monjalon
2016-06-27 09:20, Dumitrescu, Cristian: > As discussed in some other email thread, it would also make sense to replace > the ':=' operator with '+=' operator in Makefile of rte_port and rte_table as > well, do you want us to send a separate patch for this? It's a cosmetic change. Yes you can sen

[dpdk-dev] [PATCH v2 3/7] pipeline: fix truncated dependency list

2016-06-27 Thread Dumitrescu, Cristian
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Thomas Monjalon > Sent: Sunday, June 26, 2016 5:42 PM > To: Panu Matilainen > Cc: dev at dpdk.org > Subject: [dpdk-dev] [PATCH v2 3/7] pipeline: fix truncated dependency list > &g

[dpdk-dev] [PATCH v2 3/7] pipeline: fix truncated dependency list

2016-06-26 Thread Thomas Monjalon
From: Panu Matilainen In other libraries, dependency list is always appended to, but in commit 6cbf4f75e059 it with an assignment. This causes the librte_eal dependency added in commit 6cbf4f75e059 to get discarded, resulting in missing dependency on librte_eal. Fixes: 6cbf4f75e059 ("mk: fix mis