nashorn/make/Makefile
changeset 16170 9e3f4e0b519b
parent 16163 71f4cff209a9
child 16198 1cfb1fbab2dc
equal deleted inserted replaced
16169:45718b3a87eb 16170:9e3f4e0b519b
   179     $(error 'ant' not found -- please set ANT_HOME or put 'ant' on your PATH)
   179     $(error 'ant' not found -- please set ANT_HOME or put 'ant' on your PATH)
   180   endif
   180   endif
   181 endif
   181 endif
   182 
   182 
   183 # Default target and expected 'do everything' target
   183 # Default target and expected 'do everything' target
   184 # comments docs to avoid too many ASM warnings
   184 all: test docs
   185 # all: test docs
       
   186 
       
   187 all: test
       
   188 
   185 
   189 # Standard make clobber target
   186 # Standard make clobber target
   190 clobber: clean
   187 clobber: clean
   191 
   188 
   192 # All ant targets of interest
   189 # All ant targets of interest
   193 ANT_TARGETS = clean externals update-externals jar javadoc shelldoc docs test test262 test262parallel # for now
   190 ANT_TARGETS = clean externals update-externals jar javadoc shelldoc docs test test262 test262parallel octane sunspider perf alltests
   194 
   191 
   195 # Create diagnostics log (careful, ant 1.8.0 -diagnostics always does an exit 1)
   192 # Create diagnostics log (careful, ant 1.8.0 -diagnostics always does an exit 1)
   196 $(OUTPUTDIR)/build/ant-diagnostics.log:
   193 $(OUTPUTDIR)/build/ant-diagnostics.log:
   197 	@mkdir -p $(OUTPUTDIR)/build $(ANT_TMPDIR)
   194 	@mkdir -p $(OUTPUTDIR)/build $(ANT_TMPDIR)
   198 	@$(RM) $@
   195 	@$(RM) $@