https://github.com/Kitware/CMake
Revision 6c107cf30354323005ea8776185fdd9458555dac authored by Brad King on 28 October 2020, 11:32:49 UTC, committed by Kitware Robot on 28 October 2020, 11:32:58 UTC
f4c7d44d82 Makefiles: Use -j option as "-jN" and not "-j N"

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !5431
2 parent s 659c3fd + f4c7d44
Raw File
Tip revision: 6c107cf30354323005ea8776185fdd9458555dac authored by Brad King on 28 October 2020, 11:32:49 UTC
Merge topic 'aix_makefile_build_jobs'
Tip revision: 6c107cf
configure
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top