summaryrefslogtreecommitdiffhomepage
path: root/auto/help
diff options
context:
space:
mode:
authorMax Romanov <max.romanov@nginx.com>2017-08-31 11:42:13 -0700
committerMax Romanov <max.romanov@nginx.com>2017-08-31 11:42:13 -0700
commitac7218e335f0393330cf3d1c791ccdfa5a04c423 (patch)
tree1e864fe75f90fbb2a3d5796deabfe056f6e0537d /auto/help
parent6eb4a41364bedc461a58ebe486067ae3abc9aaa1 (diff)
downloadunit-ac7218e335f0393330cf3d1c791ccdfa5a04c423.tar.gz
unit-ac7218e335f0393330cf3d1c791ccdfa5a04c423.tar.bz2
Introducing install & uninstall Makefile targets.
Diffstat (limited to '')
-rw-r--r--auto/help7
1 files changed, 6 insertions, 1 deletions
diff --git a/auto/help b/auto/help
index d7ea5adc..1a1ae4cd 100644
--- a/auto/help
+++ b/auto/help
@@ -12,9 +12,14 @@ cat << END
--ld-opt=OPTIONS set additional linker options
--prefix=DIRECTORY set prefix for relative pathnames, default: none
+ --bindir=DIRECTORY set user executables directory name
+ default: "$NXT_BINDIR"
+ --sbindir=DIRECTORY set system admin executables directory name
+ default: "$NXT_SBINDIR"
+ --modules=DIRECTORY set modules directory name, default: "$NXT_MODULES"
+
--pid=FILE set pid filename, default: "$NXT_PID"
--log=FILE set log filename, default: "$NXT_LOG"
- --modules=DIRECTORY set modules directory name, default: "$NXT_MODULES"
--control=ADDRESS set address of control API socket
default: "$NXT_CONTROL"