summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorOmair Majid <omair.majid@gmail.com>2017-08-30 05:15:42 -0400
committerJan Vorlicek <janvorli@microsoft.com>2017-08-30 11:15:42 +0200
commit4d9f5e3a0bc2b01c99337d68a8c90fc77b3182bd (patch)
tree89333cc1f863f419473506762df0b440f87567ef /build.sh
parenta89ed32bd6f7bd7424336725427f335f2b5edcfd (diff)
downloadcoreclr-4d9f5e3a0bc2b01c99337d68a8c90fc77b3182bd.tar.gz
coreclr-4d9f5e3a0bc2b01c99337d68a8c90fc77b3182bd.tar.bz2
coreclr-4d9f5e3a0bc2b01c99337d68a8c90fc77b3182bd.zip
Remove -sequential build-flag (#13658)
The flag is not implemented anywhere and is completely ignored. Remove it form various help notices too. Fixes #12035
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/build.sh b/build.sh
index c02b5b01bd..d5a35d20f7 100755
--- a/build.sh
+++ b/build.sh
@@ -43,8 +43,6 @@ usage()
echo "-verbose - optional argument to enable verbose build output."
echo "-skiprestore: skip restoring packages ^(default: packages are restored during build^)."
echo "-disableoss: Disable Open Source Signing for System.Private.CoreLib."
- echo "-sequential: force a non-parallel build ^(default is to build in parallel"
- echo " using all processors^)."
echo "-officialbuildid=^<ID^>: specify the official build ID to be used by this build."
echo "-Rebuild: passes /t:rebuild to the build projects."
echo "-stripSymbols - Optional argument to strip native symbols during the build."