Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Jul 2021 09:18:34 GMT
From:      Alex Richardson <arichardson@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: c95156691588 - main - Remove lib/kyua from the build
Message-ID:  <202107020918.1629IYwK085869@gitrepo.freebsd.org>

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

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

commit c951566915886330612bee880d6ece0d65bf9f5d
Author:     Alex Richardson <arichardson@FreeBSD.org>
AuthorDate: 2021-07-02 09:18:00 +0000
Commit:     Alex Richardson <arichardson@FreeBSD.org>
CommitDate: 2021-07-02 09:18:00 +0000

    Remove lib/kyua from the build
    
    I forgot to include this line in 2eb9ad427475190e87d026de4ca7fc296947f2a0.
    
    Reported by:    Jenkins CI
    MFC after:      1 week
    Fixes:          2eb9ad427475190ei ("Simplify and speed up the kyua build")
---
 lib/Makefile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lib/Makefile b/lib/Makefile
index 26b867ec00e1..a06e77dee022 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -216,7 +216,6 @@ SUBDIR.${MK_RADIUS_SUPPORT}+=	libradius
 SUBDIR.${MK_SENDMAIL}+=	libmilter libsm libsmdb libsmutil
 SUBDIR.${MK_TELNET}+=	libtelnet
 SUBDIR.${MK_TESTS_SUPPORT}+=	atf
-SUBDIR.${MK_TESTS_SUPPORT}.${MK_CXX}+=	kyua
 SUBDIR.${MK_TESTS_SUPPORT}.${MK_CXX}+=	liblutok
 SUBDIR.${MK_TESTS}+=	tests
 SUBDIR.${MK_UNBOUND}+=	libunbound



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