Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Oct 2024 18:35:41 GMT
From:      "Simon J. Gerraty" <sjg@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 6b135dd60753 - main - local.gendirdeps.mk skip awk and xinstall for host
Message-ID:  <202410141835.49EIZf87001108@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sjg:

URL: https://cgit.FreeBSD.org/src/commit/?id=6b135dd607534ff082c64ecb5bab9512e3b274f3

commit 6b135dd607534ff082c64ecb5bab9512e3b274f3
Author:     Simon J. Gerraty <sjg@FreeBSD.org>
AuthorDate: 2024-10-14 18:09:25 +0000
Commit:     Simon J. Gerraty <sjg@FreeBSD.org>
CommitDate: 2024-10-14 18:34:55 +0000

    local.gendirdeps.mk skip awk and xinstall for host
    
    Do not record DIRDEPS for awk.host or xinstall.host
    if we ever need them they can be dealt with specially.
    
    Reviewed by: stevek
---
 share/mk/local.gendirdeps.mk | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/share/mk/local.gendirdeps.mk b/share/mk/local.gendirdeps.mk
index fcfbb24f7311..1bf2292f00b2 100644
--- a/share/mk/local.gendirdeps.mk
+++ b/share/mk/local.gendirdeps.mk
@@ -10,6 +10,8 @@ GENDIRDEPS_FILTER+= \
 	Nlib/libgcc_s \
 	Nstand/libsa/* \
 	Nstand/libsa32/* \
+	Nusr.bin/awk.host \
+	Nusr.bin/xinstall.host \
 	Ntargets/pseudo/stage* \
 	Ntools/*
 



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