Skip to content

Commit

Permalink
Merge branch 'rickard/parallel-configure/OTP-14625'
Browse files Browse the repository at this point in the history
* rickard/parallel-configure/OTP-14625:
  Parallel configure
  Remove undocumented and unused lazy configure
  • Loading branch information
rickard-green committed Aug 21, 2018
2 parents 9672921 + d4b4567 commit 1b9aae1
Show file tree
Hide file tree
Showing 11 changed files with 475 additions and 419 deletions.
7 changes: 5 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -171,9 +171,10 @@ JAVADOC-GENERATED
/lib/*/doc/pdf/*.pdf
/lib/*/doc/xml/*.xml

/lib/configure
/lib/config.log
/lib/config.status
/make/config.log
/make/config.status

#
# Files generated by configure.
Expand All @@ -186,10 +187,12 @@ JAVADOC-GENERATED
# Files generated by "./otp_build autoconf"
#

/lib/configure
/lib/*/configure
/lib/common_test/test_server/configure
/lib/configure.in
/aclocal.m4
/make/aclocal.m4
/make/configure
/lib/common_test/priv/auxdir/config.guess
/lib/common_test/priv/auxdir/config.sub
/lib/common_test/priv/auxdir/install-sh
Expand Down
2 changes: 2 additions & 0 deletions HOWTO/INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,8 @@ use the `--prefix` argument like this: `./configure --prefix=<Dir>`.
Some of the available `configure` options are:

* `--prefix=PATH` - Specify installation prefix.
* `--disable-parallel-configure` - Disable parallel execution of
`configure` scripts (parallel execution is enabled by default)
* `--{enable,disable}-kernel-poll` - Kernel poll support (enabled by
default if possible)
* `--{enable,disable}-hipe` - HiPE support (enabled by default on supported
Expand Down
Loading

0 comments on commit 1b9aae1

Please sign in to comment.