Makefile

changeset 2447
ef851705e3e1
parent 1140
6d0ebf545f49
child 2458
daa47f8cf745
equal deleted inserted replaced
2446:d932feeb203d 2447:ef851705e3e1
99 $(info . make install # Install the generated images locally) 99 $(info . make install # Install the generated images locally)
100 $(info . make clean # Remove all files generated by make, but not those) 100 $(info . make clean # Remove all files generated by make, but not those)
101 $(info . # generated by configure) 101 $(info . # generated by configure)
102 $(info . make dist-clean # Remove all files, including configuration) 102 $(info . make dist-clean # Remove all files, including configuration)
103 $(info . make help # Give some help on using make) 103 $(info . make help # Give some help on using make)
104 $(info . make test # Run tests, default is all tests (see TEST below)) 104 $(info . make test # Run tests, default is "jdk_core langtools_jtreg" (see TEST below))
105 $(info ) 105 $(info )
106 $(info Targets for specific components) 106 $(info Targets for specific components)
107 $(info (Component is any of langtools, corba, jaxp, jaxws, hotspot, jdk, nashorn, images, overlay-images, docs or test)) 107 $(info (Component is any of langtools, corba, jaxp, jaxws, hotspot, jdk, nashorn, images, overlay-images, docs or test))
108 $(info . make <component> # Build <component> and everything it depends on. ) 108 $(info . make <component> # Build <component> and everything it depends on. )
109 $(info . make <component>-only # Build <component> only, without dependencies. This) 109 $(info . make <component>-only # Build <component> only, without dependencies. This)
123 $(info . make JOBS=<n> # Run <n> parallel make jobs) 123 $(info . make JOBS=<n> # Run <n> parallel make jobs)
124 $(info . # Note that -jN does not work as expected!) 124 $(info . # Note that -jN does not work as expected!)
125 $(info ) 125 $(info )
126 $(info . make test TEST=<test> # Only run the given test or tests, e.g.) 126 $(info . make test TEST=<test> # Only run the given test or tests, e.g.)
127 $(info . # make test TEST="jdk_lang jdk_net") 127 $(info . # make test TEST="jdk_lang jdk_net")
128 $(info . # or)
129 $(info . # make test TEST="tier1")
128 $(info ) 130 $(info )
129 131
130 .PHONY: help 132 .PHONY: help

mercurial