git: a46856c3f9ec - main - amd64: Do not build sconfig
- Reply: Ed Maste : "Re: git: a46856c3f9ec - main - amd64: Do not build sconfig"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 15 Dec 2021 16:39:40 UTC
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