aboutsummaryrefslogtreecommitdiffstats
path: root/config/Config-devel.in
diff options
context:
space:
mode:
authorPaul Spooren <mail@aparcar.org>2019-09-28 11:12:21 -1000
committerDaniel Golle <daniel@makrotopia.org>2019-09-29 00:08:20 +0200
commite78c1baa9f52d2137303c440e11570ca2a484aab (patch)
treed20ad94dcfc778a4f79a9a014b94405917e254da /config/Config-devel.in
parent400e56d22c9faddccfb429f16885536bcc31f06d (diff)
downloadupstream-e78c1baa9f52d2137303c440e11570ca2a484aab.tar.gz
upstream-e78c1baa9f52d2137303c440e11570ca2a484aab.tar.bz2
upstream-e78c1baa9f52d2137303c440e11570ca2a484aab.zip
rules: allow arbitrary log destination
Add option BUILD_LOG_DIR to menuconfig to change log destination. The mix-up of *DIR* and *FOLDER* is confusing however. Signed-off-by: Paul Spooren <mail@aparcar.org>
Diffstat (limited to 'config/Config-devel.in')
-rw-r--r--config/Config-devel.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/config/Config-devel.in b/config/Config-devel.in
index fd7c3ead1e..70ec0ce9a7 100644
--- a/config/Config-devel.in
+++ b/config/Config-devel.in
@@ -105,6 +105,13 @@ menuconfig DEVEL
help
If enabled, log files will be written to the ./log directory.
+ config BUILD_LOG_DIR
+ string "Log folder" if DEVEL
+ default ""
+ help
+ Store build logs in this directory.
+ If not set, uses './logs'
+
config SRC_TREE_OVERRIDE
bool "Enable package source tree override" if DEVEL
help