[dpdk-dev] [PATCH v7 6/6] mk: install symlinks before build step

Thomas Monjalon thomas at monjalon.net
Thu Oct 12 04:58:09 CEST 2017


05/09/2017 22:51, luca.boccassi at gmail.com:
>  .PHONY: install
> +ifeq ($(SYMLINK-FILES-y),)
>  install: build _postinstall
> +else
> +install: _preinstall build _postinstall
> +endif

I think you cannot be sure that "_preinstall" will be finished
before the "build" target starts in parallel make.
Am I missing something?


More information about the dev mailing list