[dpdk-dev] [PATCH v4] mk: filter duplicate configuration entries

2016-07-11 Thread Thomas Monjalon
2016-07-06 11:13, Christian Ehrhardt: > *updates in v4* > - replace awk usage with sed > - re-add the old loop to be able to get rid of awk > - add more explanation to the header of the makefile section > > *updates in v3* > - replace tac with sed '1!G;h;$!d' to avoid build time dependency > > *u

[dpdk-dev] [PATCH v4] mk: filter duplicate configuration entries

2016-07-06 Thread Christian Ehrhardt
*updates in v4* - replace awk usage with sed - re-add the old loop to be able to get rid of awk - add more explanation to the header of the makefile section *updates in v3* - replace tac with sed '1!G;h;$!d' to avoid build time dependency *updates in v2* - move to .config target - fix usage order