equal
deleted
inserted
replaced
183 # Default target and expected 'do everything' target |
183 # Default target and expected 'do everything' target |
184 all: test docs |
184 all: test docs |
185 |
185 |
186 # Standard make clobber target |
186 # Standard make clobber target |
187 clobber: clean |
187 clobber: clean |
|
188 $(ECHO) "Cleaning Nashorn! #1" |
188 |
189 |
189 # All ant targets of interest |
190 # All ant targets of interest |
190 ANT_TARGETS = clean externals update-externals jar javadoc shelldoc docs test test262 test262parallel octane sunspider perf alltests |
191 ANT_TARGETS = clean externals update-externals jar javadoc shelldoc docs test test262 test262parallel octane sunspider perf alltests |
191 |
192 |
192 # Create diagnostics log (careful, ant 1.8.0 -diagnostics always does an exit 1) |
193 # Create diagnostics log (careful, ant 1.8.0 -diagnostics always does an exit 1) |