make/Help.gmk
changeset 44726 04aa2c065f5c
parent 44027 3a3050924db2
child 45266 29347d0c7122
equal deleted inserted replaced
44725:8747b14eb49c 44726:04aa2c065f5c
    45 	$(info $(_)                        # (gensrc, java, copy, libs, launchers, gendata, rmic))
    45 	$(info $(_)                        # (gensrc, java, copy, libs, launchers, gendata, rmic))
    46 	$(info $(_) make *-only            # Applies to most targets and disables compling the)
    46 	$(info $(_) make *-only            # Applies to most targets and disables compling the)
    47 	$(info $(_)                        # dependencies for the target. This is faster but may)
    47 	$(info $(_)                        # dependencies for the target. This is faster but may)
    48 	$(info $(_)                        # result in incorrect build results!)
    48 	$(info $(_)                        # result in incorrect build results!)
    49 	$(info $(_) make docs              # Create all docs)
    49 	$(info $(_) make docs              # Create all docs)
    50 	$(info $(_) make docs-javadoc      # Create just javadocs, depends on less than full docs)
    50 	$(info $(_) make docs-jdk-api      # Create just JDK javadocs)
    51 	$(info $(_) make profiles          # Create complete jre compact profile images)
    51 	$(info $(_) make profiles          # Create complete jre compact profile images)
    52 	$(info $(_) make bootcycle-images  # Build images twice, second time with newly built JDK)
    52 	$(info $(_) make bootcycle-images  # Build images twice, second time with newly built JDK)
    53 	$(info $(_) make install           # Install the generated images locally)
    53 	$(info $(_) make install           # Install the generated images locally)
    54 	$(info $(_) make reconfigure       # Rerun configure with the same arguments as last time)
    54 	$(info $(_) make reconfigure       # Rerun configure with the same arguments as last time)
    55 	$(info $(_) make help              # Give some help on using make)
    55 	$(info $(_) make help              # Give some help on using make)