Skip to content

Commit

Permalink
some code to build cabal-install
Browse files Browse the repository at this point in the history
  • Loading branch information
SyntaxPolice committed Nov 28, 2005
1 parent 55d822c commit 13c1297
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions GNUmakefile
Expand Up @@ -43,6 +43,9 @@ build-stamp: config
install: build-stamp
./setup install $(USER_FLAG)

cabal-install: install
cd cabal-install && mkdir -p dist/tmp && $(HC) $(GHCFLAGS) -i. -odir dist/tmp -hidir dist/tmp Setup.lhs -o setup && ./setup configure --ghc --prefix=$(PREF) && ./setup build && ./setup install

hugsbootstrap:
rm -rf dist/tmp dist/hugs
mkdir -p dist/tmp
Expand Down
File renamed without changes.

0 comments on commit 13c1297

Please sign in to comment.