Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
430cdb13
Commit
430cdb13
authored
Aug 02, 2009
by
Ian Lynagh
Browse files
Clean GMP properly; fixes #3411
parent
4a5569ff
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc.mk
View file @
430cdb13
...
...
@@ -956,13 +956,21 @@ CLEAN_FILES += utils/ghc-pwd/ghc-pwd.exe
CLEAN_FILES
+=
utils/ghc-pwd/ghc-pwd.hi
CLEAN_FILES
+=
utils/ghc-pwd/ghc-pwd.o
CLEAN_FILES
+=
libraries/bootstrapping.conf
CLEAN_FILES
+=
libraries/integer-gmp/gmp/gmp.h
CLEAN_FILES
+=
libraries/integer-gmp/gmp/libgmp.a
CLEAN_FILES
+=
libraries/integer-gmp/cbits/GmpDerivedConstants.h
CLEAN_FILES
+=
libraries/integer-gmp/cbits/mkGmpDerivedConstants
clean
:
clean_files clean_libraries
clean
:
clean_files clean_libraries
clean_gmp
.PHONY
:
clean_files
clean_files
:
"
$(RM)
"
$(RM_OPTS)
$(CLEAN_FILES)
clean_gmp
:
"
$(RM)
"
$(RM_OPTS)
-r
libraries/integer-gmp/gmp/objs
"
$(RM)
"
$(RM_OPTS)
-r
libraries/integer-gmp/gmp/gmpbuild
.PHONY
:
clean_libraries
clean_libraries
:
$(patsubst %
,
clean_libraries/%_dist-install
,
$(PACKAGES) $(PACKAGES_STAGE2))
clean_libraries
:
$(patsubst %
,
clean_libraries/%_dist-boot
,
$(BOOT_PKGS))
...
...
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