git: c55f7f2c8349 - main - devel/llvm-cheri: append to SUB_FILES and SUB_LIST
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 11 Dec 2023 18:54:40 UTC
The branch main has been updated by brooks:
URL: https://cgit.FreeBSD.org/ports/commit/?id=c55f7f2c834912f35286fa07a1d995d63e7dc1bb
commit c55f7f2c834912f35286fa07a1d995d63e7dc1bb
Author: Brooks Davis <brooks@FreeBSD.org>
AuthorDate: 2023-12-11 18:19:58 +0000
Commit: Brooks Davis <brooks@FreeBSD.org>
CommitDate: 2023-12-11 18:54:34 +0000
devel/llvm-cheri: append to SUB_FILES and SUB_LIST
Allow slave ports to add entries to these without having to do it after
the .include.
---
devel/llvm-cheri/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/devel/llvm-cheri/Makefile b/devel/llvm-cheri/Makefile
index 7d24d63dc395..a398436498e7 100644
--- a/devel/llvm-cheri/Makefile
+++ b/devel/llvm-cheri/Makefile
@@ -46,8 +46,8 @@ SHEBANG_FILES= \
llvm/utils/lit/lit.py \
llvm/utils/llvm-lit/llvm-lit.in
-SUB_FILES= llvm-wrapper.sh
-SUB_LIST= LLVM_PREFIX="${LLVM_PREFIX}" LLVM_SUFFIX="${LLVM_SUFFIX}"
+SUB_FILES+= llvm-wrapper.sh
+SUB_LIST+= LLVM_PREFIX="${LLVM_PREFIX}" LLVM_SUFFIX="${LLVM_SUFFIX}"
CMAKE_INSTALL_PREFIX= ${LLVM_PREFIX}
CMAKE_SOURCE_PATH= ${WRKSRC}/llvm