mirror of
https://review.haiku-os.org/haiku
synced 2024-11-23 07:18:40 +01:00
Patch by Matt Madia (slightly modified): Extended the usage text by some
info regarding non-default output directories. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29128 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
6f215e6417
commit
64f6da317c
13
configure
vendored
13
configure
vendored
@ -76,6 +76,19 @@ environment variables:
|
||||
Defaults to "ru".
|
||||
HAIKU_UNARFLAGS The flags passed to HAIKU_AR for unarchiving.
|
||||
Defaults to "x".
|
||||
|
||||
Non-standard output directories:
|
||||
By default all objects, build configuration, and other related files are
|
||||
stored in /path/to/haiku_source/generated. To store objects in a non-default
|
||||
location, run "../../relative/path/to/haiku_source/configure <options>" from
|
||||
within your non-default location. "jam [ options ] targets" can then be run
|
||||
directly inside your non-default location. Another option is to invoke "jam
|
||||
[ options ] targets" from within haiku_source. This can be accomplished by
|
||||
either "export HAIKU_OUTPUT_DIR=your non-default location" before invoking
|
||||
jam or by creating a symlink of haiku_source/generated pointing to your
|
||||
non-default location and running jam.
|
||||
|
||||
|
||||
EOF
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user