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
e717ed30
Commit
e717ed30
authored
Dec 05, 2010
by
Ian Lynagh
Browse files
Tweak the cleaning of inplace/; fixes trac #4320
parent
3d290c13
Changes
2
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
e717ed30
...
...
@@ -387,6 +387,8 @@ FP_FIND_ROOT
if test "$HostOS" = "mingw32"
then
test -d inplace || mkdir inplace
CC="$hardtop/inplace/mingw/bin/gcc.exe"
LD="$hardtop/inplace/mingw/bin/ld.exe"
NM="$hardtop/inplace/mingw/bin/nm.exe"
...
...
@@ -404,7 +406,6 @@ then
then
AC_MSG_NOTICE([Making in-tree mingw tree])
rm -rf inplace/mingw
test -d inplace || mkdir inplace
mkdir inplace/mingw
(
cd inplace/mingw &&
...
...
ghc.mk
View file @
e717ed30
...
...
@@ -155,7 +155,7 @@ include rules/clean-target.mk
# -----------------------------------------------------------------------------
# The inplace tree
$(eval
$(call
clean-target,inplace,,inplace))
$(eval
$(call
clean-target,inplace,,inplace
/bin
inplace/lib
))
# -----------------------------------------------------------------------------
# Whether to build dependencies or not
...
...
@@ -1254,6 +1254,7 @@ distclean : clean
"
$(RM)
"
$(RM_OPTS)
libraries/unix/include/HsUnixConfig.h
"
$(RM)
"
$(RM_OPTS)
libraries/old-time/include/HsTimeConfig.h
"
$(RM)
"
$(RM_OPTS_REC)
utils/ghc-pwd/dist
"
$(RM)
"
$(RM_OPTS_REC)
inplace
"$(RM)"
$(RM_OPTS)
$(patsubst
%,
libraries/%/config.log,
$(PACKAGES)
$(PACKAGES_STAGE2))
"$(RM)"
$(RM_OPTS)
$(patsubst
%,
libraries/%/config.status,
$(PACKAGES)
$(PACKAGES_STAGE2))
...
...
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