make/Makefile

changeset 26
8a5922638ff0
parent 19
4cd65798ec70
child 54
b6c69beebde6
     1.1 --- a/make/Makefile	Fri Jan 11 18:26:18 2013 +0530
     1.2 +++ b/make/Makefile	Fri Jan 11 20:34:22 2013 +0530
     1.3 @@ -181,16 +181,13 @@
     1.4  endif
     1.5  
     1.6  # Default target and expected 'do everything' target
     1.7 -# comments docs to avoid too many ASM warnings
     1.8 -# all: test docs
     1.9 -
    1.10 -all: test
    1.11 +all: test docs
    1.12  
    1.13  # Standard make clobber target
    1.14  clobber: clean
    1.15  
    1.16  # All ant targets of interest
    1.17 -ANT_TARGETS = clean externals update-externals jar javadoc shelldoc docs test test262 test262parallel # for now
    1.18 +ANT_TARGETS = clean externals update-externals jar javadoc shelldoc docs test test262 test262parallel octane sunspider perf alltests
    1.19  
    1.20  # Create diagnostics log (careful, ant 1.8.0 -diagnostics always does an exit 1)
    1.21  $(OUTPUTDIR)/build/ant-diagnostics.log:

mercurial