8023433: Improve 'make help'

Tue, 20 Aug 2013 17:44:35 -0700

author
mduigou
date
Tue, 20 Aug 2013 17:44:35 -0700
changeset 777
c8da1b6a9762
parent 771
00dcfaa6bc01
child 778
f643fee2b40f

8023433: Improve 'make help'
Reviewed-by: tbell

NewMakefile.gmk file | annotate | diff | comparison | revisions
     1.1 --- a/NewMakefile.gmk	Fri Aug 16 18:40:43 2013 +0400
     1.2 +++ b/NewMakefile.gmk	Tue Aug 20 17:44:35 2013 -0700
     1.3 @@ -98,6 +98,7 @@
     1.4  	$(info .                         # corba and jdk)
     1.5  	$(info .  make all               # Compile everything, all repos and images)
     1.6  	$(info .  make images            # Create complete j2sdk and j2re images)
     1.7 +	$(info .  make docs              # Create javadocs)
     1.8  	$(info .  make overlay-images    # Create limited images for sparc 64 bit platforms)
     1.9  	$(info .  make profiles          # Create complete j2re compact profile images)
    1.10  	$(info .  make bootcycle-images  # Build images twice, second time with newly build JDK)
    1.11 @@ -109,7 +110,7 @@
    1.12  	$(info .  make test              # Run tests, default is all tests (see TEST below))
    1.13  	$(info )
    1.14  	$(info Targets for specific components)
    1.15 -	$(info (Component is any of langtools, corba, jaxp, jaxws, hotspot, jdk, images or overlay-images))
    1.16 +	$(info (Component is any of langtools, corba, jaxp, jaxws, hotspot, jdk, nashorn, images, overlay-images, docs or test))
    1.17  	$(info .  make <component>       # Build <component> and everything it depends on. )
    1.18  	$(info .  make <component>-only  # Build <component> only, without dependencies. This)
    1.19  	$(info .                         # is faster but can result in incorrect build results!)

mercurial