Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Dec 2023 18:54:40 GMT
From:      Brooks Davis <brooks@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: c55f7f2c8349 - main - devel/llvm-cheri: append to SUB_FILES and SUB_LIST
Message-ID:  <202312111854.3BBIse1p039707@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202312111854.3BBIse1p039707>