Re: [dpdk-dev] [PATCH v2] mk: fix external build failure

2018-02-05 Thread Thomas Monjalon
05/02/2018 16:45, Marko Kovacevic: > Code commit for 'make -f' support, breaks the build in cases where > entries in $(MAKEFILE_LIST) are absolute paths. This commit uses > notdir and firstword to ensure that only the local filename is used. > > Fixes: 3a5c339d51a4 ("mk: support renamed Makefile i

[dpdk-dev] [PATCH v2] mk: fix external build failure

2018-02-05 Thread Marko Kovacevic
Code commit for 'make -f' support, breaks the build in cases where entries in $(MAKEFILE_LIST) are absolute paths. This commit uses notdir and firstword to ensure that only the local filename is used. Fixes: 3a5c339d51a4 ("mk: support renamed Makefile in external project") Signed-off-by: Marko Ko