Age | Commit message (Collapse) | Author | Files | Lines |
|
seem not to get extracted by the auto extractor.
|
|
|
|
|
|
classes.jsa generation at the last possible moment, in the INSTALL script.
(Somewhere in the generated file is a hash of the pathname used to generate
it, and -Xshare:on failed with the classes.jsa generated in the build tree.)
|
|
to store (mode-0) all classes in jarfiles, which in practice does *not*
provide any measureable speedup; rather, let's get back some diskspace.
2. Enable the new Class Data Sharing feature by doing a -Xshare:dump at
extract time and installing the resultant classes.jsa.
|
|
Use a HEADER file for the excessively long SUPPORT_FILES as suggested
by jlam. (Dynamically generated and placed into HEADER_EXTRA_TMPL.)
Bring back the fontconfig.* SUPPORT_FILES.
Also enable the unlimited-strength JCE support, now that the support file
is available.
|
|
(on NetBSD 2.0_RC*, the generated .INSTALL ends up with an empty definition
of SUPPORT_FILES). Trim out the fontconfig.* files, for now.
|
|
This adds many commonly used tools to $PREFIX/bin, such as keytool,
rmiregistry, rmic, idlj, etc.
|
|
|
|
|
|
|