--- a/nashorn/make/Makefile Fri Jan 11 18:26:18 2013 +0530
+++ b/nashorn/make/Makefile Fri Jan 11 20:34:22 2013 +0530
@@ -181,16 +181,13 @@
endif
# Default target and expected 'do everything' target
-# comments docs to avoid too many ASM warnings
-# all: test docs
-
-all: test
+all: test docs
# Standard make clobber target
clobber: clean
# All ant targets of interest
-ANT_TARGETS = clean externals update-externals jar javadoc shelldoc docs test test262 test262parallel # for now
+ANT_TARGETS = clean externals update-externals jar javadoc shelldoc docs test test262 test262parallel octane sunspider perf alltests
# Create diagnostics log (careful, ant 1.8.0 -diagnostics always does an exit 1)
$(OUTPUTDIR)/build/ant-diagnostics.log: