ARM: Remove Distro/OS that have not been tested
authorGeunsik Lim <geunsik.lim@samsung.com>
Mon, 7 Mar 2016 02:12:36 +0000 (11:12 +0900)
committerGeunsik Lim <geunsik.lim@samsung.com>
Mon, 7 Mar 2016 02:20:35 +0000 (11:20 +0900)
Let's remove rest Distro/OSes to keep only the Distro/OS that have been tested
until someone actually start using/testing CoreCLR on RHEL, Debian, OSX, and so on.

Signed-off-by: Geunsik Lim <geunsik.lim@samsung.com>
Commit migrated from https://github.com/dotnet/coreclr/commit/d1dfd9f1adfd2c76253003adc20dae282b04e674

src/coreclr/build.sh

index 04fab5e..e72db44 100755 (executable)
@@ -212,13 +212,7 @@ isMSBuildOnNETCoreSupported()
         if [ "$__BuildOS" == "Linux" ]; then
             if [ "$__DistroName" == "ubuntu" ]; then
                 __isMSBuildOnNETCoreSupported=1
-            elif [ "$__DistroName" == "rhel" ]; then
-                __isMSBuildOnNETCoreSupported=1
-            elif [ "$__DistroName" == "debian" ]; then
-                __isMSBuildOnNETCoreSupported=1
             fi
-        elif [ "$__BuildOS" == "OSX" ]; then
-            __isMSBuildOnNETCoreSupported=1
         fi
 
     fi