equal
deleted
inserted
replaced
54 $(info $(_) make reconfigure # Rerun configure with the same arguments as last time) |
54 $(info $(_) make reconfigure # Rerun configure with the same arguments as last time) |
55 $(info $(_) make help # Give some help on using make) |
55 $(info $(_) make help # Give some help on using make) |
56 $(info $(_) make test # Run tests, default is all tests (see TEST below)) |
56 $(info $(_) make test # Run tests, default is all tests (see TEST below)) |
57 $(info $(_) make run-test-<test> # Run test, e.g. run-test-tier1) |
57 $(info $(_) make run-test-<test> # Run test, e.g. run-test-tier1) |
58 $(info $(_) make run-test TEST=<t> # Run test(s) given by TEST specification) |
58 $(info $(_) make run-test TEST=<t> # Run test(s) given by TEST specification) |
|
59 $(info $(_) make exploded-run-test TEST=<t> # Run test(s) on the exploded image instead of) |
|
60 $(info $(_) # the full jdk image) |
59 $(info ) |
61 $(info ) |
60 $(info Targets for cleaning) |
62 $(info Targets for cleaning) |
61 $(info $(_) make clean # Remove all files generated by make, but not those) |
63 $(info $(_) make clean # Remove all files generated by make, but not those) |
62 $(info $(_) # generated by configure) |
64 $(info $(_) # generated by configure) |
63 $(info $(_) make dist-clean # Remove all files, including configuration) |
65 $(info $(_) make dist-clean # Remove all files, including configuration) |