From: judah.jacobson@gmail.com Date: Mon, 17 Dec 2007 23:57:35 +0000 (+0000) Subject: Make MacFrameworks a subdirectory of distrib, since it isn't used in the normal build... X-Git-Tag: 2008-05-28~852 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=b98bec54f4de33f8f60af5c8506b108f676b71ed Make MacFrameworks a subdirectory of distrib, since it isn't used in the normal building process. --- diff --git a/MacFrameworks/Makefile b/distrib/MacFrameworks/Makefile similarity index 87% rename from MacFrameworks/Makefile rename to distrib/MacFrameworks/Makefile index 8189e23..9ebc118 100644 --- a/MacFrameworks/Makefile +++ b/distrib/MacFrameworks/Makefile @@ -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 diff --git a/MacFrameworks/README b/distrib/MacFrameworks/README similarity index 100% rename from MacFrameworks/README rename to distrib/MacFrameworks/README diff --git a/MacFrameworks/build-framework-gmp.sh b/distrib/MacFrameworks/build-framework-gmp.sh similarity index 100% rename from MacFrameworks/build-framework-gmp.sh rename to distrib/MacFrameworks/build-framework-gmp.sh diff --git a/MacFrameworks/build-framework-readline.sh b/distrib/MacFrameworks/build-framework-readline.sh similarity index 100% rename from MacFrameworks/build-framework-readline.sh rename to distrib/MacFrameworks/build-framework-readline.sh