make/Help.gmk
changeset 45266 29347d0c7122
parent 44726 04aa2c065f5c
child 47740 fbf7a51ce32f
equal deleted inserted replaced
45265:7886ba22a592 45266:29347d0c7122
    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)