NewMakefile.gmk
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File profiles-staging Cdiff ./NewMakefile.gmk

./NewMakefile.gmk

Print this page

        

*** 94,103 **** --- 94,104 ---- $(info . make [default] # Compile all product in langtools, hotspot, jaxp, jaxws,) $(info . # corba and jdk) $(info . make all # Compile everything, all repos and images) $(info . make images # Create complete j2sdk and j2re images) $(info . make overlay-images # Create limited images for sparc 64 bit platforms) + $(info . make profiles # Create complete j2re compact profile images) $(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) $(info . make dist-clean # Remove all files, including configuration)
NewMakefile.gmk
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File