Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Dec 2020 00:37:18 GMT
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: ead01bfe8618 - main - Move cp(4) module enable to SOURCELESS_HOST
Message-ID:  <202012290037.0BT0bIqW080302@gitrepo.freebsd.org>

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

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

commit ead01bfe8618e879b3b23c6cf9f026eadcc7d2b3
Author:     Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2020-12-29 00:36:13 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
CommitDate: 2020-12-29 00:36:51 +0000

    Move cp(4) module enable to SOURCELESS_HOST
    
    cp contains obfuscated code that runs on the host's processor
---
 sys/modules/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index e26e074e09d7..2a294aa68462 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -757,7 +757,7 @@ _3dfx_linux=	3dfx_linux
 .if ${MK_SOURCELESS_HOST} != "no"
 _ce=		ce
 .endif
-.if ${MK_SOURCELESS_UCODE} != "no"
+.if ${MK_SOURCELESS_HOST} != "no"
 _cp=		cp
 .endif
 _glxiic=	glxiic



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