[dpdk-dev] [PATCH v2 6/6] mk: add "make examples" target in root makefile

2014-05-15 Thread Olivier MATZ
Hi Thomas, Thank you for your comments. On 05/14/2014 04:04 PM, Thomas Monjalon wrote: >> +# Build directory is given with O= >> +ifndef O >> +O = $(RTE_SDK)/examples >> +endif >> + >> +# Target for which examples should be built. >> +ifndef T >> +T = * >> +endif > > Using "?=" should be cleaner

[dpdk-dev] [PATCH v2 6/6] mk: add "make examples" target in root makefile

2014-05-14 Thread Thomas Monjalon
Hi Olivier, 2014-05-09 12:32, Olivier Matz: > It is now possible to build all projects from the examples/ directory > using one command from root directory. > > Some illustration of what is possible: > > - build examples in the DPDK tree for one target > > # install the x86_64-default-linuxap

[dpdk-dev] [PATCH v2 6/6] mk: add "make examples" target in root makefile

2014-05-09 Thread Olivier Matz
It is now possible to build all projects from the examples/ directory using one command from root directory. Some illustration of what is possible: - build examples in the DPDK tree for one target # install the x86_64-default-linuxapp-gcc in # ${RTE_SDK}/x86_64-default-linuxapp-gcc directory