| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Ideally, this would use POSIX shell parameter expansions (https://pubs.opengroup.org/onlinepubs/9699919799/utilities/V3_chap02.html#tag_18_06_02), but as noted in https://www.gnu.org/software/autoconf/manual/autoconf-2.70/html_node/Shell-Substitutions.html these are not supported properly on many platforms where Erlang still is.
|
|
|
|
|
|
|
|
| |
Without this patch, the following error occurs:
expr: illegal option -- -
expr: usage: expr [-e] expression
FreeBSD ports tree has carried a local patch addressing this for a while
|
|\
| |
| |
| |
| | |
* rickard/configure/OTP-17398:
Support for committing of configure scripts
|
| |\
| | |
| | |
| | |
| | | |
* rickard/configure/OTP-17398:
Support for committing of configure scripts
|
| | | |
|
| | |
| | |
| | |
| | | |
Closes #4621
|
|/ / |
|
|/ |
|
| |
|
|
|
|
|
|
|
|
| |
The parallel configure implemented in d4b4567 would rm -f the
SKIP-APPLICATIONS file before it was consumed at the end of the
configure script. This reverses the solution by instead first building
the list of skip applications in memory and only then writing them to
the SKIP-APPLICATIONS file.
|
|
|
|
|
|
| |
* rickard/parallel-configure/OTP-14625:
Parallel configure
Remove undocumented and unused lazy configure
|
|
|