[dpdk-dev] [PATCH] mk: remove make target for examples

2016-11-22 Thread Ferruh Yigit
On 11/22/2016 9:38 AM, Thomas Monjalon wrote: > 2016-11-22 00:34, Ferruh Yigit: >> On 11/21/2016 11:47 PM, Thomas Monjalon wrote: >>> The command >>> make examples >>> works only if target directories have the exact name of configs. >>> >>> It is more flexible to use >>> make -C examples

[dpdk-dev] [PATCH] mk: remove make target for examples

2016-11-22 Thread Thomas Monjalon
2016-11-22 00:34, Ferruh Yigit: > On 11/21/2016 11:47 PM, Thomas Monjalon wrote: > > The command > > make examples > > works only if target directories have the exact name of configs. > > > > It is more flexible to use > > make -C examples RTE_SDK=$(pwd) RTE_TARGET=build > > > >

[dpdk-dev] [PATCH] mk: remove make target for examples

2016-11-22 Thread Thomas Monjalon
The command make examples works only if target directories have the exact name of configs. It is more flexible to use make -C examples RTE_SDK=$(pwd) RTE_TARGET=build Signed-off-by: Thomas Monjalon --- mk/rte.sdkexamples.mk | 77 ---

[dpdk-dev] [PATCH] mk: remove make target for examples

2016-11-22 Thread Ferruh Yigit
On 11/21/2016 11:47 PM, Thomas Monjalon wrote: > The command > make examples > works only if target directories have the exact name of configs. > > It is more flexible to use > make -C examples RTE_SDK=$(pwd) RTE_TARGET=build > > Signed-off-by: Thomas Monjalon Instead of removing examples