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
d0d51c8b
Commit
d0d51c8b
authored
May 18, 2007
by
Ian Lynagh
Browse files
We now need a bootstrapping pretty package as Cabal depends on it
parent
bf641043
Changes
2
Hide whitespace changes
Inline
Side-by-side
libraries/Makefile
View file @
d0d51c8b
...
...
@@ -23,7 +23,7 @@ TOP=.
include
$(TOP)/mk/boilerplate.mk
endif
SUBDIRS
=
base filepath haskell98 template-haskell readline Cabal
SUBDIRS
=
base filepath haskell98
pretty
template-haskell readline Cabal
ifeq
"$(GhcLibsWithUnix)" "YES"
SUBDIRS
+=
unix
...
...
@@ -90,7 +90,7 @@ CONFIGURE_OPTS += --enable-split-objs
CONFIGURE_STAMP_EXTRAS
:=
$(CONFIGURE_STAMP_EXTRAS)
-splitting
endif
BOOTSTRAPPING_STAMPS
=
$(
addprefix
stamp/bootstrapping.,Cabal filepath
)
BOOTSTRAPPING_STAMPS
=
$(
addprefix
stamp/bootstrapping.,Cabal filepath
pretty
)
.PHONY
:
subdirs
...
...
@@ -116,6 +116,7 @@ $(foreach SUBDIR,$(SUBDIRS),$(SUBDIR)/setup/Setup): \
$(CP)
$*
/Setup.
*
hs
$*
/setup
cd
$*
/setup
&&
$(GHC)
-i
../../bootstrapping.Cabal
\
-i
../../bootstrapping.filepath
\
-i
../../bootstrapping.pretty
\
-Wall
-cpp
--make
Setup.
*
hs
-o
Setup
installPackage/installPackage
:
installPackage.hs $(BOOTSTRAPPING_STAMPS)
...
...
@@ -125,7 +126,8 @@ installPackage/installPackage: installPackage.hs $(BOOTSTRAPPING_STAMPS)
cd
installPackage
&&
$(GHC)
-Wall
-cpp
\
--make
installPackage
-o
installPackage
\
-i
../bootstrapping.Cabal
\
-i
../bootstrapping.filepath
-i
../bootstrapping.filepath
\
-i
../bootstrapping.pretty
ifBuildable/ifBuildable
:
ifBuildable.hs
-
$(RM)
-rf
ifBuildable
...
...
libraries/core-packages
View file @
d0d51c8b
...
...
@@ -2,6 +2,7 @@ base
Cabal
filepath
haskell98
pretty
readline
template-haskell
unix
...
...
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