summaryrefslogtreecommitdiff
path: root/build.readme
diff options
context:
space:
mode:
authorGilles Dubochet <gilles.dubochet@epfl.ch>2005-11-04 16:43:49 +0000
committerGilles Dubochet <gilles.dubochet@epfl.ch>2005-11-04 16:43:49 +0000
commitbd7c67a54136b51607963f1b04e924db31351268 (patch)
treeb583e5f828f81717dd68406db2d7bd4ec5076c15 /build.readme
parenteceee57a251d26f7346436d8125e27eb816f7bcb (diff)
downloadscala-bd7c67a54136b51607963f1b04e924db31351268.tar.gz
scala-bd7c67a54136b51607963f1b04e924db31351268.tar.bz2
scala-bd7c67a54136b51607963f1b04e924db31351268.zip
skip.nsc can be used when building a non-workin...
skip.nsc can be used when building a non-working version of nsc.
Diffstat (limited to 'build.readme')
-rw-r--r--build.readme7
1 files changed, 7 insertions, 0 deletions
diff --git a/build.readme b/build.readme
index 54b2fdb1ff..925093061b 100644
--- a/build.readme
+++ b/build.readme
@@ -41,6 +41,13 @@ insufficient for Scala compilation. The ANT_OPTS environment variable needs to
be set to increase the memory size (either each time as in the quick start
example above, or once and for all in the default shell environment).
+Skipping parts of the build
+
+In some cases, parts of the build process should be disabled for debug reasons:
+ - skip.doc will not build the LaTeX documentation.
+ - skip.nsc will not build anything with NSC. This will create a non-working
+ distribution.
+
BUILDING NEW SCALA
The 'build' target builds all the Scala library and tools. It is composed of the