make/Makefile

Print this page

        

*** 179,198 **** $(error 'ant' not found -- please set ANT_HOME or put 'ant' on your PATH) endif endif # Default target and expected 'do everything' target ! # comments docs to avoid too many ASM warnings ! # all: test docs ! ! all: test # 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 # Create diagnostics log (careful, ant 1.8.0 -diagnostics always does an exit 1) $(OUTPUTDIR)/build/ant-diagnostics.log: @mkdir -p $(OUTPUTDIR)/build $(ANT_TMPDIR) @$(RM) $@ --- 179,195 ---- $(error 'ant' not found -- please set ANT_HOME or put 'ant' on your PATH) endif endif # Default target and expected 'do everything' target ! 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 octane sunspider perf alltests # Create diagnostics log (careful, ant 1.8.0 -diagnostics always does an exit 1) $(OUTPUTDIR)/build/ant-diagnostics.log: @mkdir -p $(OUTPUTDIR)/build $(ANT_TMPDIR) @$(RM) $@