Changes between Initial Version and Version 1 of Ticket #59832, comment 30
- Timestamp:
- Mar 16, 2020, 8:20:45 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #59832, comment 30
initial v1 20 20 }}} 21 21 22 Here's my full build script for testing. Notice the export of `cmake_make_processor` and `cmake_parallel_make`. 22 Here's my full build script for testing. Notice the export of `cmake_make_processor` and `cmake_parallel_make`. When `cmake_parallel_make` is set, `bootstrap` is supposed to set `cmake_make_flags="-j ${cmake_parallel_make}"`, but it is not working for some reason. Hence the need for the `sed`. 23 23 24 24 {{{