Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
b98bec54
Commit
b98bec54
authored
Dec 17, 2007
by
judah.jacobson@gmail.com
Browse files
Make MacFrameworks a subdirectory of distrib, since it isn't used in the normal building process.
parent
83153fae
Changes
4
Hide whitespace changes
Inline
Side-by-side
MacFrameworks/Makefile
→
distrib/
MacFrameworks/Makefile
View file @
b98bec54
...
...
@@ -4,7 +4,7 @@ GMP_DIR = gmp-4.2.1
all
:
GMP.framework GNUreadline.framework
$(GMP_DIR).tar.gz
:
cp
../gmp/
$(GMP_DIR)
.tar.gz .
cp
../
../gmp/
$(GMP_DIR)
.tar.gz .
$(READLINE_DIR).tar.gz
:
curl
-O
ftp://ftp.cwru.edu/pub/bash/
$(READLINE_DIR)
.tar.gz
...
...
@@ -27,5 +27,5 @@ clean:
rm
-rf
GMP-framework.zip GNUreadline-framework.zip
cleanall
:
clean
rm
$(GMP_DIR)
.tar.gz
rm
$(READLINE_DIR)
.tar.gz
rm
-f
$(GMP_DIR)
.tar.gz
rm
-f
$(READLINE_DIR)
.tar.gz
MacFrameworks/README
→
distrib/
MacFrameworks/README
View file @
b98bec54
File moved
MacFrameworks/build-framework-gmp.sh
→
distrib/
MacFrameworks/build-framework-gmp.sh
View file @
b98bec54
File moved
MacFrameworks/build-framework-readline.sh
→
distrib/
MacFrameworks/build-framework-readline.sh
View file @
b98bec54
File moved
Write
Preview
Supports
Markdown
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