The branch main has been updated by sjg:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=6b135dd607534ff082c64ecb5bab9512e3b274f3
commit 6b135dd607534ff082c64ecb5bab9512e3b274f3
Author:     Simon J. Gerraty <s...@freebsd.org>
AuthorDate: 2024-10-14 18:09:25 +0000
Commit:     Simon J. Gerraty <s...@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/*
 

Reply via email to