RobertCNelson / armv7-multiplatform

MIT License
75 stars 42 forks source link

Proposal to add manual override to make -j${CORES} into system.sh script. #37

Closed mjeveritt closed 7 years ago

mjeveritt commented 7 years ago

Presently the ${CORES} is defined automatically in the build_kernel.sh script. This pull-request permits a user to override this auto-detection with a manual setting in the system.sh 'user' config script. It is then tested for existence in build_kernel, and defined only if necessary.

mjeveritt commented 7 years ago

Hold up, let me rebase that .. git n00b!