Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
obsidiansystems
GHC
Commits
c5805c82
Commit
c5805c82
authored
Jul 30, 2007
by
Ian Lynagh
Browse files
#1559 is worked around elsewhere, so validate no longer needs to
parent
81b2276f
Changes
1
Hide whitespace changes
Inline
Side-by-side
validate
View file @
c5805c82
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment