diff -r 580159eeac07 -r cbae0e359538 make/Help.gmk --- a/make/Help.gmk Wed Jun 06 13:04:25 2018 -0700 +++ b/make/Help.gmk Wed Jun 06 13:16:12 2018 -0700 @@ -40,10 +40,10 @@ $(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 $(_) make images # Create a complete jdk image) $(info $(_) # (alias for product-images)) $(info $(_) make -image # Build just the image for any of: ) - $(info $(_) # jdk, jre, test, docs, symbols) + $(info $(_) # jdk, test, docs, symbols, legacy-jre) $(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 building the)