summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorpaltherr <paltherr@epfl.ch>2004-02-18 10:29:17 +0000
committerpaltherr <paltherr@epfl.ch>2004-02-18 10:29:17 +0000
commit27203be4cdcecefd0ad9ca6c4523f09a8b508037 (patch)
tree5408bdecb7331a4fda7e8f3b93bdbda67c440f66 /Makefile
parent0434561ceebc44dc08ef4ccb64bdb7825c4959df (diff)
downloadscala-27203be4cdcecefd0ad9ca6c4523f09a8b508037.tar.gz
scala-27203be4cdcecefd0ad9ca6c4523f09a8b508037.tar.bz2
scala-27203be4cdcecefd0ad9ca6c4523f09a8b508037.zip
- Added external bootstrap scalac
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index e4bedea171..a851787c16 100644
--- a/Makefile
+++ b/Makefile
@@ -323,12 +323,8 @@ cvs-fix-perms :
INSTALL_PREFIX=$(PROJECT_BOOTSTRAPDIR) \
PROJECT_BINARYDIR=$(PROJECT_BOOTSTRAPDIR)/bin \
PROJECT_OUTPUTDIR=$(PROJECT_BOOTSTRAPDIR)/classes \
- LIBRARY_SCALAC=$(PROJECT_BOOTSTRAPDIR)/bin/scalacboot \
- boot="bootstrap-" scripts lamplib \
- .latest-bootstrap-scalac-jc \
- .latest-bootstrap-library-jc \
- .latest-bootstrap-library-sc \
- .latest-bootstrap-scalac-sc;
+ LIBRARY_SCALAC=$(BOOTSTRAP_SCALAC) \
+ boot="bootstrap-" system;
touch $@
.latest-boottest :