summaryrefslogtreecommitdiff
path: root/tools/epfl-build
diff options
context:
space:
mode:
Diffstat (limited to 'tools/epfl-build')
-rwxr-xr-xtools/epfl-build5
1 files changed, 2 insertions, 3 deletions
diff --git a/tools/epfl-build b/tools/epfl-build
index e8f1be4a46..dd66307de3 100755
--- a/tools/epfl-build
+++ b/tools/epfl-build
@@ -10,8 +10,7 @@ Usage: $0 <version> [opt opt ...]
Example: $0 -Xcheckinit -Ycheck:all
Environment variables:
-
- EXTRA_TARGETS Additional ant targets to run after nightly
+ extra_ant_targets Additional ant targets to run after nightly
EOM
exit 0
@@ -25,5 +24,5 @@ ant all.clean && ./pull-binary-libs.sh
ant $scalaArgs build-opt &&
ant $scalaArgs nightly &&
-for target in $EXTRA_TARGETS; do ant $target ; done
+for target in $extra_ant_targets; do ant $target ; done
# [[ -n "$BUILD_DOCSCOMP" ]] && ant docscomp