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

2019-01-11 Thread Thomas Monjalon
11/01/2019 23:01, Ferruh Yigit: > On 11/22/2016 11:49 AM, ferruh.yigit at intel.com (Ferruh Yigit) wrote: > > 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 > work

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

2019-01-11 Thread Ferruh Yigit
On 11/22/2016 11:49 AM, ferruh.yigit at intel.com (Ferruh Yigit) wrote: > 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 na

[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 RTE_SD

[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 > > > > Signed-off-by

[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 --- mk/rte.sd

[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 &