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

Thomas Monjalon thomas.monjalon at 6wind.com
Tue Jul 5 21:47:46 CEST 2016


2016-07-05 17:47, Ferruh Yigit:
> On 6/30/2016 1:00 PM, Christian Ehrhardt wrote:
> > +		tac $(RTE_OUTPUT)/.config_tmp > $(RTE_OUTPUT)/.config_tmp_reverse ; \
> Now we are adding new binary dependency (tac) to build system

tac can be replaced by sed '1!G;h;$!d'



More information about the dev mailing list