common/makefiles/Makefile
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/common/makefiles/Makefile	Fri Dec 21 00:04:54 2012
--- new/common/makefiles/Makefile	Fri Dec 21 00:04:53 2012

*** 87,96 **** --- 87,97 ---- $(info =====================) $(info ) $(info Common make targets) $(info . make [all] # Compile all code but do not create images) $(info . make images # Create complete j2sdk and j2re images) + $(info . make profiles # Create complete j2re profile images) $(info . make overlay-images # Create limited images for sparc 64 bit platforms) $(info . make bootcycle-images # Build images twice, second time with newly build JDK) $(info . make install # Install the generated images locally) $(info . make clean # Remove all files generated by make, but not those) $(info . # generated by configure)

common/makefiles/Makefile
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File