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
ea56c486
Commit
ea56c486
authored
Oct 17, 2007
by
Simon Marlow
Browse files
Don't clean gmp when validating (speeds up validation on Windows)
parent
ee780821
Changes
1
Hide whitespace changes
Inline
Side-by-side
gmp/Makefile
View file @
ea56c486
...
...
@@ -99,10 +99,15 @@ libgmp.dll.a: libgmp-3.dll
endif
endif
# GMP takes a long time to build, but changes rarely. Hence we don't
# bother cleaning it before validating, because that adds a
# significant overhead to validation.
ifeq
"$(Validating)" "NO"
clean distclean maintainer-clean
::
$(RM)
-f
stamp.gmp.static stamp.gmp.shared
$(RM)
-rf
gmpbuild
$(RM)
-rf
gmpbuild-shared
endif
#-----------------------------------------------------------------------------
#
...
...
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