diff options
author | Thorsten Behrens <tbehrens@suse.com> | 2012-11-21 10:19:23 +0100 |
---|---|---|
committer | Thorsten Behrens <tbehrens@suse.com> | 2012-11-21 10:20:00 +0100 |
commit | 4f4870ef032aa45242761205d31dc7ccd4f99fad (patch) | |
tree | 371f5414d65913c0ae798468dd573968e2f8de77 /solenv | |
parent | 0b21dd2593fae41ee430717d7d65e2cfca25b8e9 (diff) |
Improve gbuild help text with PARALLELISM env var.
Change-Id: I30c9700127d04aee200386c94307a45da41b0025
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/gbuild/gbuild.help.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/solenv/gbuild/gbuild.help.txt b/solenv/gbuild/gbuild.help.txt index e2c427d4d956..0b1e9ca924f7 100644 --- a/solenv/gbuild/gbuild.help.txt +++ b/solenv/gbuild/gbuild.help.txt @@ -69,6 +69,9 @@ INTERACTIVE VARIABLES: If not empty enable the RTL_LOGFILE_* time logging facility. export RTL_LOGFILE=rtl_logfile.nopid when running office, to get timestamps written out. + PARALLELISM If not empty, pass argument on as the -j switch + to recursive make invocations. Useful to + lower/increase build parallelism individually. LEXFLAGS Add as flags for LEX scanner generator invocation. YACCFLAGS Add as flags for YACC parser generator invocation. CPPFLAGS Add as preprocessor flags for C/C++/ObjC/ObjC++ compilation. |