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
Glasgow Haskell Compiler
GHC
Commits
8966ae35
Commit
8966ae35
authored
Jun 20, 2007
by
Ian Lynagh
Browse files
Use .NOTPARALLEL for the libraries Makefile
parent
f6a741fa
Changes
1
Hide whitespace changes
Inline
Side-by-side
libraries/Makefile
View file @
8966ae35
...
...
@@ -24,6 +24,12 @@
default_target
:
build
# make doesn't give us an easy way to get the libraries built in
# dependency order the first time, but not rebuild base (for example)
# when we want to rebuild another library later.
# So for now we just don't do anything in parallel in here.
.NOTPARALLEL
:
# Ideally we'd just include something to give us variables
# for paths and arguments to tools etc, and those set in mk/build.mk.
TOP
=
..
...
...
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