summaryrefslogtreecommitdiff
path: root/Makefile.distrib
diff options
context:
space:
mode:
authorpaltherr <paltherr@epfl.ch>2004-08-10 14:55:41 +0000
committerpaltherr <paltherr@epfl.ch>2004-08-10 14:55:41 +0000
commit1129ed2878176b506fdf2964d7f09ae7345d4346 (patch)
treeb5e41052b27a460a362dfefcd85be1b48249a5ab /Makefile.distrib
parentc812ada36fa4fe9b9e4faba790727332e8be40f3 (diff)
downloadscala-1129ed2878176b506fdf2964d7f09ae7345d4346.tar.gz
scala-1129ed2878176b506fdf2964d7f09ae7345d4346.tar.bz2
scala-1129ed2878176b506fdf2964d7f09ae7345d4346.zip
- Redesigned the root Makefile, introduced buil...
- Redesigned the root Makefile, introduced build contexts
Diffstat (limited to 'Makefile.distrib')
-rw-r--r--Makefile.distrib2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.distrib b/Makefile.distrib
index 5a21f426fe..63c6d3b1c6 100644
--- a/Makefile.distrib
+++ b/Makefile.distrib
@@ -344,7 +344,7 @@ distrib-official : version-update
@$(make) all
@$(make) -C doc/reference all
@$(make) -C doc/tutorial all
- @$(make) boottest
+ @$(make) test
@$(make) distrib INSTALL_VERSION='$$(PROJECT_VERSION)'
# $(CVS) tag "release-$(subst .,_,$(PROJECT_VERSION))" $(PROJECT_ROOT)
@$(make) version-increment