X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=validate;h=1852358da6a1be84262b1eb2156a64f1b52bba7b;hb=7331582b8f67e005cbb839248eff492127f9bcbe;hp=42bb9b5720becb140dad69665b0a00a05e2eea7d;hpb=83331f7e23838262be61e8ec2d78abcffd1a077e;p=ghc-hetmet.git diff --git a/validate b/validate index 42bb9b5..1852358 100644 --- a/validate +++ b/validate @@ -27,13 +27,9 @@ case $OSTYPE in esac if [ "$CPUS" = "" ]; then - # ToDo: make -j doesn't work in libraries/ on Windows (see #1559) - case $OSTYPE in - cygwin|msys) threads=1;; - *) threads=2;; - esac + threads=2 else - threads=`expr $CPUS + 1` + threads=`expr $CPUS + 1` fi sh boot