Makefile
changeset 26128 91be51647a45
parent 25854 98ce0879ab4c
child 26398 ca1f84f97e20
equal deleted inserted replaced
26127:5ca6c50438a8 26128:91be51647a45
   134 	$(info .  make all               # Compile everything, all repos, docs and images)
   134 	$(info .  make all               # Compile everything, all repos, docs and images)
   135 	$(info .  make images            # Create complete j2sdk and j2re images)
   135 	$(info .  make images            # Create complete j2sdk and j2re images)
   136 	$(info .  make docs              # Create all docs)
   136 	$(info .  make docs              # Create all docs)
   137 	$(info .  make docs-javadoc      # Create just javadocs, depends on less than full docs)
   137 	$(info .  make docs-javadoc      # Create just javadocs, depends on less than full docs)
   138 	$(info .  make profiles          # Create complete j2re compact profile images)
   138 	$(info .  make profiles          # Create complete j2re compact profile images)
   139 	$(info .  make bootcycle-images  # Build images twice, second time with newly build JDK)
   139 	$(info .  make bootcycle-images  # Build images twice, second time with newly built JDK)
   140 	$(info .  make install           # Install the generated images locally)
   140 	$(info .  make install           # Install the generated images locally)
   141 	$(info .  make clean             # Remove all files generated by make, but not those)
   141 	$(info .  make clean             # Remove all files generated by make, but not those)
   142 	$(info .                         # generated by configure)
   142 	$(info .                         # generated by configure. Do not run clean and other)
       
   143 	$(info .                         # targets together as that might behave in an)
       
   144 	$(info .                         # unexpected way.)
   143 	$(info .  make dist-clean        # Remove all files, including configuration)
   145 	$(info .  make dist-clean        # Remove all files, including configuration)
   144 	$(info .  make help              # Give some help on using make)
   146 	$(info .  make help              # Give some help on using make)
   145 	$(info .  make test              # Run tests, default is all tests (see TEST below))
   147 	$(info .  make test              # Run tests, default is all tests (see TEST below))
   146 	$(info )
   148 	$(info )
   147 	$(info Targets for specific modules)
   149 	$(info Targets for specific modules)