make/Help.gmk
changeset 49979 b70281f5146e
parent 48078 94a38ebbc9bb
child 50490 cbae0e359538
equal deleted inserted replaced
49978:64229f3e9716 49979:b70281f5146e
    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 complete jdk and jre images)
    43 	$(info $(_) make images            # Create complete jdk and jre images)
    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, jre, test, docs, symbols, profiles)
    46 	$(info $(_)                        # jdk, jre, test, docs, symbols)
    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!)
    52 	$(info $(_) make docs              # Create all docs)
    52 	$(info $(_) make docs              # Create all docs)
    53 	$(info $(_) make docs-jdk-api      # Create just JDK javadocs)
    53 	$(info $(_) make docs-jdk-api      # Create just JDK javadocs)
    54 	$(info $(_) make profiles          # Create complete jre compact profile images)
       
    55 	$(info $(_) make bootcycle-images  # Build images twice, second time with newly built JDK)
    54 	$(info $(_) make bootcycle-images  # Build images twice, second time with newly built JDK)
    56 	$(info $(_) make install           # Install the generated images locally)
    55 	$(info $(_) make install           # Install the generated images locally)
    57 	$(info $(_) make reconfigure       # Rerun configure with the same arguments as last time)
    56 	$(info $(_) make reconfigure       # Rerun configure with the same arguments as last time)
    58 	$(info $(_) make help              # Give some help on using make)
    57 	$(info $(_) make help              # Give some help on using make)
    59 	$(info $(_) make test              # Run tests, default is all tests (see TEST below))
    58 	$(info $(_) make test              # Run tests, default is all tests (see TEST below))