Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Sep 2023 21:56:41 GMT
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: f66e0b086c7b - stable/13 - Remove /usr/lib/dtrace/ipfw.d for WITHOUT_DTRACE.
Message-ID:  <202309062156.386Luf3Z022811@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by jhb:

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

commit f66e0b086c7b58e98b0bb4e660a83dfdf0b879b1
Author:     John Baldwin <jhb@FreeBSD.org>
AuthorDate: 2023-03-22 02:06:40 +0000
Commit:     John Baldwin <jhb@FreeBSD.org>
CommitDate: 2023-09-06 21:56:09 +0000

    Remove /usr/lib/dtrace/ipfw.d for WITHOUT_DTRACE.
    
    Reviewed by:    brooks
    Sponsored by:   DARPA
    Differential Revision:  https://reviews.freebsd.org/D39099
    
    (cherry picked from commit 1ad3cafcd34eaf65f002c0c5242374a61d4a9b54)
---
 tools/build/mk/OptionalObsoleteFiles.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tools/build/mk/OptionalObsoleteFiles.inc b/tools/build/mk/OptionalObsoleteFiles.inc
index 5fc676579cb4..498e90d57e91 100644
--- a/tools/build/mk/OptionalObsoleteFiles.inc
+++ b/tools/build/mk/OptionalObsoleteFiles.inc
@@ -917,6 +917,7 @@ OLD_FILES+=usr/lib/dtrace/drti.o
 OLD_FILES+=usr/lib/dtrace/errno.d
 OLD_FILES+=usr/lib/dtrace/io.d
 OLD_FILES+=usr/lib/dtrace/ip.d
+OLD_FILES+=usr/lib/dtrace/ipfw.d
 OLD_FILES+=usr/lib/dtrace/mbuf.d
 OLD_FILES+=usr/lib/dtrace/psinfo.d
 .if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "i386"



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