From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 414F21382C5 for ; Fri, 13 Apr 2018 17:29:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 58343E0869; Fri, 13 Apr 2018 17:29:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3806BE0869 for ; Fri, 13 Apr 2018 17:29:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F0BA7335C5C for ; Fri, 13 Apr 2018 17:29:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F30711BF for ; Fri, 13 Apr 2018 17:29:42 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: <1523640379.67adad0510221685c62a29c7b544474a01cd7a73.robbat2@gentoo> Subject: [gentoo-commits] proj/genkernel:master commit in: / X-VCS-Repository: proj/genkernel X-VCS-Files: gen_compile.sh X-VCS-Directories: / X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: 67adad0510221685c62a29c7b544474a01cd7a73 X-VCS-Branch: master Date: Fri, 13 Apr 2018 17:29:42 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: cbbc2d6f-74f0-47c9-88c0-c2b47cd3b55f X-Archives-Hash: 59f1b728c4b56007ac185d11470a935b commit: 67adad0510221685c62a29c7b544474a01cd7a73 Author: Robin H. Johnson gentoo org> AuthorDate: Fri Apr 13 15:24:50 2018 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Fri Apr 13 17:26:19 2018 +0000 URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=67adad05 Revert "gen_compile: modules should respect --no-install" This reverts commit 5cab38a2aec2d6886eb8525240c83b3ee70b3d5d. Modules are also used by kerncache, minkernpackage, modulespackage and possibly more. See-Also: https://bugs.gentoo.org/505810#c3 Signed-off-by: Robin H. Johnson gentoo.org> gen_compile.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/gen_compile.sh b/gen_compile.sh index 0036338..c287054 100755 --- a/gen_compile.sh +++ b/gen_compile.sh @@ -308,10 +308,6 @@ compile_modules() { print_info 1 " >> Compiling ${KV} modules..." cd ${KERNEL_DIR} compile_generic modules kernel - - # If we are not installing modules, just shortcut this now. - isTrue "${CMD_INSTALL}" || return 0 - export UNAME_MACHINE="${ARCH}" [ "${INSTALL_MOD_PATH}" != '' ] && export INSTALL_MOD_PATH if [ "${CMD_STRIP_TYPE}" == "all" -o "${CMD_STRIP_TYPE}" == "modules" ]