ebuild: perform build and install at the same time for external.mk
Change-Id: I65379f346fe3f881ce4196d99882cd6013e5e154 Type: improvement Signed-off-by: Mohammed Hawari <mohammed@hawari.fr>
This commit is contained in:

committed by
Damjan Marion

parent
54a778010a
commit
8f5c6107c9
@ -55,6 +55,6 @@ endif
|
||||
|
||||
external_configure = echo
|
||||
|
||||
external_make_args = $(DPDK_MAKE_ARGS) -C external ebuild-build
|
||||
external_build = echo
|
||||
|
||||
external_install = make $(DPDK_MAKE_ARGS) -C external ebuild-install
|
||||
external_install = make $(DPDK_MAKE_ARGS) -C external ebuild-build ebuild-install
|
||||
|
Reference in New Issue
Block a user