From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 1F46A58973 for ; Fri, 5 Feb 2016 23:46:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 25EC4E080E; Fri, 5 Feb 2016 23:46:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A294AE080E for ; Fri, 5 Feb 2016 23:46:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 88146340A6A for ; Fri, 5 Feb 2016 23:46:01 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2915F8F0 for ; Fri, 5 Feb 2016 23:46:00 +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: <1454715953.9a8f6f84aeba0807df3dac2fc95462a0e96ec7f5.robbat2@gentoo> Subject: [gentoo-commits] proj/genkernel:master commit in: doc/ X-VCS-Repository: proj/genkernel X-VCS-Files: doc/genkernel.8.txt X-VCS-Directories: doc/ X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: 9a8f6f84aeba0807df3dac2fc95462a0e96ec7f5 X-VCS-Branch: master Date: Fri, 5 Feb 2016 23:46:00 +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: debb19f2-20ab-4fc9-9c0d-c53b3e92a9b3 X-Archives-Hash: 4143ad9d45548dbeb900d4d50776b08c commit: 9a8f6f84aeba0807df3dac2fc95462a0e96ec7f5 Author: Robin H. Johnson gentoo org> AuthorDate: Fri Feb 5 23:28:16 2016 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Fri Feb 5 23:45:53 2016 +0000 URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=9a8f6f84 doc: add --kernel-outputdir to documentation. Signed-off-by: Robin H. Johnson gentoo.org> doc/genkernel.8.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/genkernel.8.txt b/doc/genkernel.8.txt index ef0aa1e..ab534cd 100644 --- a/doc/genkernel.8.txt +++ b/doc/genkernel.8.txt @@ -203,6 +203,12 @@ LOW-LEVEL COMPILATION OPTIONS *--kernel-binary*=:: Override default kernel binary path (arch/foo/boot/bar) +*--kernel-outputdir=:: + Save output files outside the source tree. This should be used rather than + KBUILD_OUTPUT when you wish to place kernel objects outside of the source + tree (eg because cannot write to that directory as the user genkernel is + running as). + *--utils-cc*=:: Compiler to use for utilities.