jdk-24/jdk/make/tools
Mandy Chung d9eac222f1 6915413: Module build: building of specified jdk components instead of all
Define new SUBDIRS_* variables for specifying components for one group

Reviewed-by: ohair
2010-02-10 17:51:07 -08:00
..
addjsum Initial load 2007-12-01 00:00:00 +00:00
buildmetaindex Initial load 2007-12-01 00:00:00 +00:00
CharsetMapping 6903197: Some java template files need to be renamed to .java.template 2009-11-30 14:15:15 -08:00
commentchecker Initial load 2007-12-01 00:00:00 +00:00
compile_font_config Initial load 2007-12-01 00:00:00 +00:00
compile_properties Initial load 2007-12-01 00:00:00 +00:00
dir_diff Initial load 2007-12-01 00:00:00 +00:00
dtdbuilder Initial load 2007-12-01 00:00:00 +00:00
freetypecheck 6705913: freetype_versioncheck.exe - Unable To Locate Component 2009-08-21 12:12:48 -07:00
generate_break_iterator Initial load 2007-12-01 00:00:00 +00:00
generate_nimbus 6844267: Nimbus generator depends on JIBX 2009-08-31 13:56:34 +04:00
GenerateCharacter 6404304: RFE: Unicode 5.1 support 2009-04-10 11:51:36 +09:00
generatecurrencydata Initial load 2007-12-01 00:00:00 +00:00
hasher_classes Initial load 2007-12-01 00:00:00 +00:00
jarreorder Initial load 2007-12-01 00:00:00 +00:00
jarsplit Initial load 2007-12-01 00:00:00 +00:00
javazic Initial load 2007-12-01 00:00:00 +00:00
jdwpgen Initial load 2007-12-01 00:00:00 +00:00
makeclasslist Initial load 2007-12-01 00:00:00 +00:00
reorder Initial load 2007-12-01 00:00:00 +00:00
sharing 6797195: Forward-port enhancements for hw/lw mixing from 6u12 to 7 2009-02-04 11:58:13 +03:00
spp 6681798: (build) CharsetEncoder.java fails to compile in openjdk6 on ubutu 8.04 2008-07-26 20:42:35 -07:00
src/build/tools 6903197: Some java template files need to be renamed to .java.template 2009-11-30 14:15:15 -08:00
strip_properties Initial load 2007-12-01 00:00:00 +00:00
swing-beans Initial load 2007-12-01 00:00:00 +00:00
UnicodeData 6404304: RFE: Unicode 5.1 support 2009-04-10 11:51:36 +09:00
Makefile 6915413: Module build: building of specified jdk components instead of all 2010-02-10 17:51:07 -08:00
manifest.mf Initial load 2007-12-01 00:00:00 +00:00
README.txt Initial load 2007-12-01 00:00:00 +00:00

The build tools are generally tools written in java that are used to build
the jdk or provide help in working with the jdk.

They are all built with the BOOTDIR javac and run with the BOOTDIR java.

They need only be built once.