NewMakefile.gmk

changeset 786
8e7b4d9fb00f
parent 785
0f6dde6231bd
parent 777
c8da1b6a9762
child 811
feb4f2d97042
equal deleted inserted replaced
785:0f6dde6231bd 786:8e7b4d9fb00f
96 $(info Common make targets) 96 $(info Common make targets)
97 $(info . make [default] # Compile all product in langtools, hotspot, jaxp, jaxws,) 97 $(info . make [default] # Compile all product in langtools, hotspot, jaxp, jaxws,)
98 $(info . # corba and jdk) 98 $(info . # corba and jdk)
99 $(info . make all # Compile everything, all repos and images) 99 $(info . make all # Compile everything, all repos and images)
100 $(info . make images # Create complete j2sdk and j2re images) 100 $(info . make images # Create complete j2sdk and j2re images)
101 $(info . make docs # Create javadocs)
101 $(info . make overlay-images # Create limited images for sparc 64 bit platforms) 102 $(info . make overlay-images # Create limited images for sparc 64 bit platforms)
102 $(info . make profiles # Create complete j2re compact profile images) 103 $(info . make profiles # Create complete j2re compact profile images)
103 $(info . make bootcycle-images # Build images twice, second time with newly build JDK) 104 $(info . make bootcycle-images # Build images twice, second time with newly build JDK)
104 $(info . make install # Install the generated images locally) 105 $(info . make install # Install the generated images locally)
105 $(info . make clean # Remove all files generated by make, but not those) 106 $(info . make clean # Remove all files generated by make, but not those)
107 $(info . make dist-clean # Remove all files, including configuration) 108 $(info . make dist-clean # Remove all files, including configuration)
108 $(info . make help # Give some help on using make) 109 $(info . make help # Give some help on using make)
109 $(info . make test # Run tests, default is all tests (see TEST below)) 110 $(info . make test # Run tests, default is all tests (see TEST below))
110 $(info ) 111 $(info )
111 $(info Targets for specific components) 112 $(info Targets for specific components)
112 $(info (Component is any of langtools, corba, jaxp, jaxws, hotspot, jdk, images or overlay-images)) 113 $(info (Component is any of langtools, corba, jaxp, jaxws, hotspot, jdk, nashorn, images, overlay-images, docs or test))
113 $(info . make <component> # Build <component> and everything it depends on. ) 114 $(info . make <component> # Build <component> and everything it depends on. )
114 $(info . make <component>-only # Build <component> only, without dependencies. This) 115 $(info . make <component>-only # Build <component> only, without dependencies. This)
115 $(info . # is faster but can result in incorrect build results!) 116 $(info . # is faster but can result in incorrect build results!)
116 $(info . make clean-<component> # Remove files generated by make for <component>) 117 $(info . make clean-<component> # Remove files generated by make for <component>)
117 $(info ) 118 $(info )

mercurial