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
8a2809c2
Commit
8a2809c2
authored
Jul 07, 2007
by
Simon Marlow
Browse files
allow build settings to be overriden by adding mk/validate.mk
parent
8100c58a
Changes
1
Hide whitespace changes
Inline
Side-by-side
validate
View file @
8a2809c2
...
...
@@ -7,9 +7,15 @@ fi
if
[
-f
mk/build.mk
]
;
then
mv
mk/build.mk mk/build.mk.bak
fi
# The default is a "quick" build
echo
BuildFlavour
=
quick
>
mk/build.mk
cat
mk/build.mk.sample
>>
mk/build.mk
# You can override the default validate settings using mk/validate.mk
# e.g. you could add GhcLibWays=p to test profiling.
echo
'-include $(TOP)/mk/validate.mk'
>>
mk/build.mk
sh boot
./configure
# ToDo: configure args
...
...
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