Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
jberryman
GHC
Commits
c02fff61
Commit
c02fff61
authored
Jun 12, 2009
by
Ian Lynagh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove library buildinfo files when cleaning
parent
342c32de
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
ghc.mk
ghc.mk
+1
-0
No files found.
ghc.mk
View file @
c02fff61
...
...
@@ -905,6 +905,7 @@ clean_libraries:
"
$(RM)
"
$(RM_OPTS)
-r
$(
patsubst
%, libraries/%/dist,
$(PACKAGES)
$(PACKAGES_STAGE2)
)
"
$(RM)
"
$(RM_OPTS)
-r
$(
patsubst
%, libraries/%/dist-install,
$(PACKAGES)
$(PACKAGES_STAGE2)
)
"
$(RM)
"
$(RM_OPTS)
-r
$(
patsubst
%, libraries/%/dist-boot,
$(PACKAGES)
$(PACKAGES_STAGE2)
)
"
$(RM)
"
$(RM_OPTS)
$(
patsubst
%, libraries/%/
*
.buildinfo,
$(PACKAGES)
$(PACKAGES_STAGE2)
)
distclean
:
clean
"
$(RM)
"
$(RM_OPTS)
config.cache config.status config.log mk/config.h mk/stamp-h
...
...
Write
Preview
Markdown
is supported
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