Re: [dpdk-dev] [PATCH] mk: remove invalid phony target

2017-03-27 Thread Thomas Monjalon
2017-03-20 11:34, Ferruh Yigit: > On 3/17/2017 5:08 PM, Olivier Matz wrote: > > There was a typo in the .PHONY for the test-build target. If we fix the > > typo, the test-build target does not work, because it won't match the > > '%' target anymore. > > > > So just remove the .PHONY. > > > > Fixe

Re: [dpdk-dev] [PATCH] mk: remove invalid phony target

2017-03-20 Thread Ferruh Yigit
On 3/17/2017 5:08 PM, Olivier Matz wrote: > There was a typo in the .PHONY for the test-build target. If we fix the > typo, the test-build target does not work, because it won't match the > '%' target anymore. > > So just remove the .PHONY. > > Fixes: 64592d97c1ae ("mk: do not build tests by defa

[dpdk-dev] [PATCH] mk: remove invalid phony target

2017-03-17 Thread Olivier Matz
There was a typo in the .PHONY for the test-build target. If we fix the typo, the test-build target does not work, because it won't match the '%' target anymore. So just remove the .PHONY. Fixes: 64592d97c1ae ("mk: do not build tests by default") Signed-off-by: Olivier Matz --- mk/rte.sdkroot.