summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2007-08-22 20:20:40 +0000
committerIan Lynagh <igloo@earth.li>2007-08-22 20:20:40 +0000
commitf700c53dceab14939616be22d114f6509caa3aad (patch)
treef044e84045881d14b1546ed61900c94e83465ed2 /Makefile
parenta89d263cd1be9918882ebe85485fc4783fdb93f5 (diff)
downloadhaskell-f700c53dceab14939616be22d114f6509caa3aad.tar.gz
Add a bindisttest directory
After make binary-dist stage=2 you can run make in bindisttest/ to test it
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 6f38c13cf7..a5936f488f 100644
--- a/Makefile
+++ b/Makefile
@@ -238,8 +238,6 @@ install-docs ::
# binary-dist is a GHC addition for binary distributions
#
-BIN_DIST_TARBALL=ghc-$(ProjectVersion)-$(TARGETPLATFORM).tar.bz2
-
binary-dist::
-rm -rf $(BIN_DIST_DIR)
-$(RM) $(BIN_DIST_DIR).tar.gz
@@ -564,6 +562,9 @@ MAINTAINER_CLEAN_FILES += VERSION
extraclean::
$(RM) -rf autom4te.cache
+clean distclean ::
+ $(MAKE) -C bindisttest $@
+
# -----------------------------------------------------------------------------
# Turn off target.mk's rules for 'all', 'boot' and 'install'.