[dpdk-dev] [RFC] mk: filter duplicate configuration entries

2016-06-30 Thread Christian Ehrhardt
Hi, thanks a lot for your feedback. I looked at it once more and found some issues - the tac was correct, but at the wrong place. Also I could simplify the inner section at least a bit. I agree to the move to the .config target. I'll submit a v2 now to this thread. Here is the diff it generates

[dpdk-dev] [RFC] mk: filter duplicate configuration entries

2016-06-28 Thread Christian Ehrhardt
On Tue, Jun 28, 2016 at 6:11 PM, Ferruh Yigit wrote: > On 6/13/2016 4:10 PM, Christian Ehrhardt wrote: > > Due to the hierarchy and the demand to keep the base config shoing all > > options some options end up multiple times in the .config file. > > > > A suggested solution was to filter for

[dpdk-dev] [RFC] mk: filter duplicate configuration entries

2016-06-28 Thread Ferruh Yigit
On 6/28/2016 5:38 PM, Christian Ehrhardt wrote: > On Tue, Jun 28, 2016 at 6:11 PM, Ferruh Yigit > wrote: > > On 6/13/2016 4:10 PM, Christian Ehrhardt wrote: > > Due to the hierarchy and the demand to keep the base config shoing all > > options some

[dpdk-dev] [RFC] mk: filter duplicate configuration entries

2016-06-28 Thread Ferruh Yigit
On 6/13/2016 4:10 PM, Christian Ehrhardt wrote: > Due to the hierarchy and the demand to keep the base config shoing all > options some options end up multiple times in the .config file. > > A suggested solution was to filter for duplicates at the end of the > actual config step which is

[dpdk-dev] [RFC] mk: filter duplicate configuration entries

2016-06-13 Thread Christian Ehrhardt
Due to the hierarchy and the demand to keep the base config shoing all options some options end up multiple times in the .config file. A suggested solution was to filter for duplicates at the end of the actual config step which is implemented here. Signed-off-by: Christian Ehrhardt ---