make/Help.gmk
changeset 58846 f9ac726ab347
parent 52595 16609197022c
equal deleted inserted replaced
58845:e492513d3630 58846:f9ac726ab347
    41 	$(info $(_) make all               # Create all images: product, test, docs)
    41 	$(info $(_) make all               # Create all images: product, test, docs)
    42 	$(info $(_)                        # (alias for all-images))
    42 	$(info $(_)                        # (alias for all-images))
    43 	$(info $(_) make images            # Create a complete jdk image)
    43 	$(info $(_) make images            # Create a complete jdk image)
    44 	$(info $(_)                        # (alias for product-images))
    44 	$(info $(_)                        # (alias for product-images))
    45 	$(info $(_) make <name>-image      # Build just the image for any of: )
    45 	$(info $(_) make <name>-image      # Build just the image for any of: )
    46 	$(info $(_)                        # jdk, test, docs, symbols, legacy-jre)
    46 	$(info $(_)                        # jdk, test, docs, symbols, legacy-jre, static-libs)
    47 	$(info $(_) make <phase>           # Build the specified phase and everything it depends on)
    47 	$(info $(_) make <phase>           # Build the specified phase and everything it depends on)
    48 	$(info $(_)                        # (gensrc, java, copy, libs, launchers, gendata, rmic))
    48 	$(info $(_)                        # (gensrc, java, copy, libs, launchers, gendata, rmic))
    49 	$(info $(_) make *-only            # Applies to most targets and disables building the)
    49 	$(info $(_) make *-only            # Applies to most targets and disables building the)
    50 	$(info $(_)                        # dependencies for that target. This is faster but may)
    50 	$(info $(_)                        # dependencies for that target. This is faster but may)
    51 	$(info $(_)                        # result in incorrect build results!)
    51 	$(info $(_)                        # result in incorrect build results!)