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
2f0d9b27
Commit
2f0d9b27
authored
Feb 02, 2006
by
Simon Marlow
Browse files
don't clean ghc-inplace when cleaning stages other than 1
parent
4c7b8ec3
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/compiler/Makefile
View file @
2f0d9b27
...
...
@@ -680,7 +680,11 @@ $(odir)/ghc-inplace : $(HS_PROG)
ghc-inplace
:
stage1/ghc-inplace
$(LN_S)
-f
$<
$@
CLEAN_FILES
+=
$(odir)
/ghc-inplace ghc-inplace
ifeq
"$(stage)" "1"
CLEAN_FILES
+=
ghc-inplace
endif
CLEAN_FILES
+=
$(odir)
/ghc-inplace
#-----------------------------------------------------------------------------
# install
...
...
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