Mercurial > people > andrew > aarch32
changeset 775:c8da1b6a9762
8023433: Improve 'make help'
Reviewed-by: tbell
author | mduigou |
---|---|
date | Tue, 20 Aug 2013 17:44:35 -0700 |
parents | 00dcfaa6bc01 |
children | f643fee2b40f |
files | NewMakefile.gmk |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/NewMakefile.gmk Fri Aug 16 18:40:43 2013 +0400 +++ b/NewMakefile.gmk Tue Aug 20 17:44:35 2013 -0700 @@ -98,6 +98,7 @@ $(info . # corba and jdk) $(info . make all # Compile everything, all repos and images) $(info . make images # Create complete j2sdk and j2re images) + $(info . make docs # Create javadocs) $(info . make overlay-images # Create limited images for sparc 64 bit platforms) $(info . make profiles # Create complete j2re compact profile images) $(info . make bootcycle-images # Build images twice, second time with newly build JDK) @@ -109,7 +110,7 @@ $(info . make test # Run tests, default is all tests (see TEST below)) $(info ) $(info Targets for specific components) - $(info (Component is any of langtools, corba, jaxp, jaxws, hotspot, jdk, images or overlay-images)) + $(info (Component is any of langtools, corba, jaxp, jaxws, hotspot, jdk, nashorn, images, overlay-images, docs or test)) $(info . make <component> # Build <component> and everything it depends on. ) $(info . make <component>-only # Build <component> only, without dependencies. This) $(info . # is faster but can result in incorrect build results!)