diff -r f0c8554f0bce -r 314ac2e2db63 make/Help.gmk --- a/make/Help.gmk Tue Nov 14 11:47:49 2017 -0800 +++ b/make/Help.gmk Tue Nov 14 12:07:55 2017 -0800 @@ -36,15 +36,18 @@ $(info =====================) $(info ) $(info Common make targets) - $(info $(_) make [default] # Compile all modules in langtools, hotspot, jdk, jaxws,) - $(info $(_) # jaxp and corba, and create a runnable "exploded" image) - $(info $(_) make all # Compile everything, all repos, docs and images) - $(info $(_) make images # Create complete jdk and jre images (alias for product-images)) - $(info $(_) make -image # Build just the image (jdk, jre, test, docs etc)) + $(info $(_) make [default] # Compile all modules and create a runnable "exploded") + $(info $(_) # image (alias for jdk or exploded-image)) + $(info $(_) make all # Create all images: product, test, docs) + $(info $(_) # (alias for all-images)) + $(info $(_) make images # Create complete jdk and jre images) + $(info $(_) # (alias for product-images)) + $(info $(_) make -image # Build just the image for any of: ) + $(info $(_) # jdk, jre, test, docs, symbols, profiles) $(info $(_) make # Build the specified phase and everything it depends on) $(info $(_) # (gensrc, java, copy, libs, launchers, gendata, rmic)) - $(info $(_) make *-only # Applies to most targets and disables compling the) - $(info $(_) # dependencies for the target. This is faster but may) + $(info $(_) make *-only # Applies to most targets and disables building the) + $(info $(_) # dependencies for that target. This is faster but may) $(info $(_) # result in incorrect build results!) $(info $(_) make docs # Create all docs) $(info $(_) make docs-jdk-api # Create just JDK javadocs) @@ -74,7 +77,7 @@ $(info $(_) make hotspot # Build all of hotspot) $(info $(_) make hotspot- # Build just the specified jvm variant) $(info $(_) make hotspot-gensrc # Only build the gensrc part of hotspot) - $(info $(_) make hotspot-- # Build the specified phase for the specified module) + $(info $(_) make hotspot-- # Build the specified phase for the variant) $(info ) $(info Targets for specific modules) $(info $(_) make # Build and everything it depends on)