Re: [dpdk-dev] [PATCH] mk: allow renaming of build directories

2018-04-22 Thread Thomas Monjalon
28/02/2018 18:11, Bruce Richardson: > When building using make, the Makefile in the build directory contained > the name of the build directory to be passed as an "O=" parameter to > the DPDK SDK makefiles. Unfortunately, this meant that the compilation > would always fail if the build directory wa

[dpdk-dev] [PATCH] mk: allow renaming of build directories

2018-02-28 Thread Bruce Richardson
When building using make, the Makefile in the build directory contained the name of the build directory to be passed as an "O=" parameter to the DPDK SDK makefiles. Unfortunately, this meant that the compilation would always fail if the build directory was renamed. To remove this limitation, we can