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
0908d2d6
Commit
0908d2d6
authored
Jul 08, 2005
by
simonmar
Browse files
[project @ 2005-07-08 11:16:00 by simonmar]
Clean .hi-boot and .o-boot files too
parent
cca5f22b
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/compiler/Makefile
View file @
0908d2d6
...
...
@@ -157,10 +157,10 @@ SRC_HC_OPTS += $(patsubst %, -i$(odir)/%, $(ALL_DIRS))
HS_OBJS
=
$(
patsubst
%,
$(odir)
/%,
$(
addsuffix
.
$(way_)
o,
$(
basename
$(HS_SRCS)
)))
C_OBJS
=
$(
patsubst
%,
$(odir)
/%,
$(
addsuffix
.
$(way_)
o,
$(
basename
$(C_SRCS)
)))
# Our standard cleaning rules don't know that we're doing our output
into $(odir), so
# we have to augment CLEAN_FILES appropriateliy.
# Our standard cleaning rules don't know that we're doing our output
#
into $(odir), so
we have to augment CLEAN_FILES appropriateliy.
CLEAN_FILES
+=
$(odir)
/
*
/
*
.hi
CLEAN_FILES
+=
$(odir)
/
*
/
*
.hi
$(odir)
/
*
/
*
.hi-boot
$(odir)
/
*
/
*
.o-boot
ifeq
"$(UsingHsBoot)" "YES"
CLEAN_FILES
+=
$(odir)
/
*
/
*
.hi-boot
$(odir)
/
*
/
*
.o-boot
...
...
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