From cff640a4c7e083f78116266ef681cec49d9b584b Mon Sep 17 00:00:00 2001 From: Sam Nelson Date: Mon, 12 Dec 2016 11:48:53 -0500 Subject: make: Update to build interfaces first This change is aimed to avoid parallel build issues, due to interfaces not built. Signed-off-by: Sam Nelson --- ipc-bios.mak | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ipc-bios.mak b/ipc-bios.mak index 55ef734..8cab297 100644 --- a/ipc-bios.mak +++ b/ipc-bios.mak @@ -139,12 +139,16 @@ all: # build everything in the Bios IPC package @$(XDC) -P $(LIST) +interfaces: + @echo building interfaces for ipc packages ... + @$(patsubst ${JOBS},,$(XDC)) .interfaces -P $(LIST) + libs: @echo "#" @echo "# Making $@ ..." @$(XDC) .dlls -P $(patsubst %/tests,,$(LIST)) -release: +release: interfaces @echo building ipc packages ... # create a XDC release for the Bios IPC package @$(XDC) release -P $(LIST) -- cgit v1.2.3