Allow users to set the number of build processes (dotnet/coreclr#12188)
authorJonghyun Park <parjong@gmail.com>
Fri, 9 Jun 2017 15:47:07 +0000 (00:47 +0900)
committerJan Vorlicek <janvorli@microsoft.com>
Fri, 9 Jun 2017 15:47:07 +0000 (17:47 +0200)
commitb45fae02c5feb5627b405451aa83858c5b7d5fd0
tree25aaf8851f62e30612c8fe254230abbf4fcdff07
parentbf56f7c7be150d43d9e279d5f27d60b0ef58707a
Allow users to set the number of build processes (dotnet/coreclr#12188)

* Allow users to set the number of build processes

* Add a command-line option

* Use common initialization style (use __NumProc and extract initialization from build_native)

* Set __NumProc before argument parsing (and replace NumProc with __NumProc)

Commit migrated from https://github.com/dotnet/coreclr/commit/a2235dcc5711bde70f16a846ce88c622d18ae63d
src/coreclr/build.sh