Date: Wed, 15 Dec 2021 16:39:40 GMT From: Emmanuel Vadot <manu@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: a46856c3f9ec - main - amd64: Do not build sconfig Message-ID: <202112151639.1BFGdemG012146@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by manu: URL: https://cgit.FreeBSD.org/src/commit/?id=a46856c3f9ec86bd8f0436c3f0736783c2f804db commit a46856c3f9ec86bd8f0436c3f0736783c2f804db Author: Emmanuel Vadot <manu@FreeBSD.org> AuthorDate: 2021-12-15 16:38:33 +0000 Commit: Emmanuel Vadot <manu@FreeBSD.org> CommitDate: 2021-12-15 16:39:36 +0000 amd64: Do not build sconfig We do not build the drivers for this arch so no need to build the configuration tools. MFC after: 2 weeks Sponsored by: Beckhoff Automation GmbH & Co. KG --- sbin/Makefile.amd64 | 1 - 1 file changed, 1 deletion(-) diff --git a/sbin/Makefile.amd64 b/sbin/Makefile.amd64 index 4135c44082c9..2d231b0cb2b0 100644 --- a/sbin/Makefile.amd64 +++ b/sbin/Makefile.amd64 @@ -2,4 +2,3 @@ SUBDIR += bsdlabel SUBDIR += fdisk -SUBDIR += sconfig
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202112151639.1BFGdemG012146>