aboutsummaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2011-03-097026167: Broken fastdebug only buildjdk7-b133ohair
Reviewed-by: cl
2011-02-287021753: Add a build times reportohrstrom
Summary: Report the build times at end of a jdkroot build. Reviewed-by: ohair
2011-01-146950375: Remove msvcrt.dll from the Windows JRE bundlesohair
Reviewed-by: prr
2011-01-057009969: Remove SKIP_OPENJDK_BUILD from top Makefileohair
Reviewed-by: robilad
2010-12-237008723: Remove binary plugs creation and use from openjdkohair
Reviewed-by: mchung, andrew, aph, dholmes
2010-12-216360517: ALT_MSDEVTOOLS_PATH and rc.exe location, and rebase locationohair
Reviewed-by: ksrini
2010-09-246987114: Fix top level "test" Makefile logic, add jdk/make/Makefile test targetohair
Reviewed-by: mchung
2010-06-216960853: Cleanup makefiles, remove unused vars etc.ohair
6959596: Windows fastdebug build broken 6960335: Add top level 'make test' rule that uses test/Makefile, runs all test batches Reviewed-by: alanb
2010-05-256943119: Rebrand source copyright noticesohair
Reviewed-by: darcy
2009-11-186727046: Add message when docs are skipped in control buildohair
6864011: typo? in top level Makefile: DAYE_STAMP Reviewed-by: jjg
2009-03-096814575: Update copyright yearxdono
Summary: Update copyright for files that have been modified in 2009, up to 03/09 Reviewed-by: katleman, tbell, ohair
2008-08-176737659: debug bundles are emptyjdk7-b34ohair
Summary: Build order issue with debug build, caused final debug bundle to be empty. Reviewed-by: tbell
2008-08-066728161: Add SKIP_BOOT_CYCLE feature to create boot jdk and use it during buildohair
Reviewed-by: tbell
2008-07-026719955: Update copyright yearjdk7-b30xdono
Summary: Update copyright year for files that have been modified in 2008 Reviewed-by: ohair, tbell
2008-03-256623832: Cleanup old j2se makefile targetsjdk7-b25ohair
Summary: Just removing unneeded makefile rules and 'control' logic. Reviewed-by: xdono
2008-03-096649672: Adjustments to OUTPUTDIR default and mkdirs to avoid empty ↵ohair
directory clutter Summary: Cleanup of OUTPUTDIR handling Reviewed-by: xdono
2008-03-096649270: Change by-default openjdk building in control/make/makefile to use ↵ohair
open source tree Summary: Change build rules to allow for openjdk builds by default when building the closed or production build. Reviewed-by: xdono
2007-12-01Initial loadjdk7-b24duke