aboutsummaryrefslogtreecommitdiff
path: root/kiss.1
diff options
context:
space:
mode:
authordylan.araps@gmail.com <dylan.araps@gmail.com>2020-01-11 12:37:09 +0000
committerdylan.araps@gmail.com <dylan.araps@gmail.com>2020-01-11 12:37:09 +0000
commit2d4d47175d705f7e1a155fa6d2302c8fbae76ccb (patch)
treec5b2617a6433c6f48dfb26097639e9f423fb0c2c /kiss.1
parentb64f14a215e244fe27b6efa8203b5a29d511593a (diff)
downloadcpt-2d4d47175d705f7e1a155fa6d2302c8fbae76ccb.tar.gz
man: Added KISS_BFD
FossilOrigin-Name: d9a07afff59f95b5b96bf2622bbdd93c8e3b599d4498fc59c8236ae61395229c
Diffstat (limited to 'kiss.1')
-rw-r--r--kiss.16
1 files changed, 6 insertions, 0 deletions
diff --git a/kiss.1 b/kiss.1
index 0b7e201..8d08339 100644
--- a/kiss.1
+++ b/kiss.1
@@ -69,6 +69,12 @@ export KISS_FORCE=0
# This can be used to have the package manager run in a "fake root".
export KISS_ROOT=/
+# Redirect build output to a file or /dev/null.
+#
+# Set it to '/dev/null' to disable build output.
+# Set it to '/path/to/file' to log build output to a file.
+export KISS_BFD=/dev/fd/0
+
# Keep build, package and extraction cache directories for debugging
# purposes.
#