summaryrefslogtreecommitdiffstats
path: root/build/external/Makefile
diff options
context:
space:
mode:
authorDave Wallace <dwallacelf@gmail.com>2024-09-13 14:29:24 -0400
committerFlorin Coras <florin.coras@gmail.com>2024-09-20 20:37:23 +0000
commit0ef24297ec37803e9909b082683725259b2f33a6 (patch)
tree33e2751775c335ec435e220d965dbb948eee1892 /build/external/Makefile
parent6126ec9c5327c41d6bbf60b352c7b9a6699d9ade (diff)
build: archive make install-ext-deps build logs in ci
- also add build/external artifacts to .gitignore file Type: make Change-Id: I9c8f4a312bbfddfa8024531e7246518c8c3589a4 Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
Diffstat (limited to 'build/external/Makefile')
-rw-r--r--build/external/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/build/external/Makefile b/build/external/Makefile
index 6b5f9058dda..ce57c79eec2 100644
--- a/build/external/Makefile
+++ b/build/external/Makefile
@@ -30,6 +30,12 @@ endif # FreeBSD
B := $(BUILD_DIR)
I := $(INSTALL_DIR)
+ifeq ($(WORKSPACE),)
+L := $(B)
+else
+L := $(WORKSPACE)/archives/vpp-ext-deps
+$(shell rm -rf $(L) && mkdir -p $(L))
+endif
ifneq ($(shell which cmake3),)
CMAKE?=cmake3