Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
GHC
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Alex D
GHC
Commits
e717ed30
Commit
e717ed30
authored
Dec 05, 2010
by
Ian Lynagh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Tweak the cleaning of inplace/; fixes trac #4320
parent
3d290c13
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
configure.ac
configure.ac
+2
-1
ghc.mk
ghc.mk
+2
-1
No files found.
configure.ac
View file @
e717ed30
...
@@ -387,6 +387,8 @@ FP_FIND_ROOT
...
@@ -387,6 +387,8 @@ FP_FIND_ROOT
if test "$HostOS" = "mingw32"
if test "$HostOS" = "mingw32"
then
then
test -d inplace || mkdir inplace
CC="$hardtop/inplace/mingw/bin/gcc.exe"
CC="$hardtop/inplace/mingw/bin/gcc.exe"
LD="$hardtop/inplace/mingw/bin/ld.exe"
LD="$hardtop/inplace/mingw/bin/ld.exe"
NM="$hardtop/inplace/mingw/bin/nm.exe"
NM="$hardtop/inplace/mingw/bin/nm.exe"
...
@@ -404,7 +406,6 @@ then
...
@@ -404,7 +406,6 @@ then
then
then
AC_MSG_NOTICE([Making in-tree mingw tree])
AC_MSG_NOTICE([Making in-tree mingw tree])
rm -rf inplace/mingw
rm -rf inplace/mingw
test -d inplace || mkdir inplace
mkdir inplace/mingw
mkdir inplace/mingw
(
(
cd inplace/mingw &&
cd inplace/mingw &&
...
...
ghc.mk
View file @
e717ed30
...
@@ -155,7 +155,7 @@ include rules/clean-target.mk
...
@@ -155,7 +155,7 @@ include rules/clean-target.mk
# -----------------------------------------------------------------------------
# -----------------------------------------------------------------------------
# The inplace tree
# The inplace tree
$(eval
$(call
clean-target,inplace,,inplace))
$(eval
$(call
clean-target,inplace,,inplace
/bin
inplace/lib
))
# -----------------------------------------------------------------------------
# -----------------------------------------------------------------------------
# Whether to build dependencies or not
# Whether to build dependencies or not
...
@@ -1254,6 +1254,7 @@ distclean : clean
...
@@ -1254,6 +1254,7 @@ distclean : clean
"
$(RM)
"
$(RM_OPTS)
libraries/unix/include/HsUnixConfig.h
"
$(RM)
"
$(RM_OPTS)
libraries/unix/include/HsUnixConfig.h
"
$(RM)
"
$(RM_OPTS)
libraries/old-time/include/HsTimeConfig.h
"
$(RM)
"
$(RM_OPTS)
libraries/old-time/include/HsTimeConfig.h
"
$(RM)
"
$(RM_OPTS_REC)
utils/ghc-pwd/dist
"
$(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.log,
$(PACKAGES)
$(PACKAGES_STAGE2))
"$(RM)"
$(RM_OPTS)
$(patsubst
%,
libraries/%/config.status,
$(PACKAGES)
$(PACKAGES_STAGE2))
"$(RM)"
$(RM_OPTS)
$(patsubst
%,
libraries/%/config.status,
$(PACKAGES)
$(PACKAGES_STAGE2))
...
...
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