Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
jberryman
GHC
Commits
dd8ab37f
Commit
dd8ab37f
authored
Aug 21, 2001
by
simonmar
Browse files
[project @ 2001-08-21 14:34:58 by simonmar]
make -no-recomp work with --make
parent
a5edcf17
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/compiler/main/DriverPipeline.hs
View file @
dd8ab37f
...
...
@@ -1052,10 +1052,14 @@ compile ghci_mode summary source_unchanged have_object
writeIORef
v_HCHeader
cc_injects
-- -no-recomp should also work with --make
do_recomp
<-
readIORef
v_Recomp
let
source_unchanged'
=
source_unchanged
&&
not
do_recomp
-- run the compiler
hsc_result
<-
hscMain
ghci_mode
dyn_flags'
(
ms_mod
summary
)
location
source_unchanged
have_object
old_iface
hst
hit
pcs
source_unchanged
'
have_object
old_iface
hst
hit
pcs
case
hsc_result
of
HscFail
pcs
->
return
(
CompErrs
pcs
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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