987cd4285a
- update to early access build 24 - Use GPLv2 licensed binary plugs from the IcedTea project and parts of IcedTea's icedtea-copy-plugs.patch & icedtea-graphics.patch. For more info see: http://icedtea.classpath.org/wiki/Main_Page - Enable packages since we're fully GPLv2 based now, but still not hooked up to bulk builds just yet.
22 lines
1.2 KiB
Plaintext
22 lines
1.2 KiB
Plaintext
$OpenBSD: patch-jdk_make_docs_Makefile,v 1.1 2008/03/19 18:05:45 kurt Exp $
|
|
--- jdk/make/docs/Makefile.orig Tue Oct 30 05:04:22 2007
|
|
+++ jdk/make/docs/Makefile Wed Nov 7 17:58:09 2007
|
|
@@ -34,7 +34,7 @@ include $(BUILDDIR)/common/Defs.gmk
|
|
# NOTE: javadoc will not complete without these larger settings.
|
|
# WARNING: This could cause thrashing on low memory machines.
|
|
ifeq ($(ARCH_DATA_MODEL),64)
|
|
- MAX_VM_MEMORY = 1024
|
|
+ MAX_VM_MEMORY = 736
|
|
else
|
|
MAX_VM_MEMORY = 512
|
|
endif
|
|
@@ -210,7 +210,7 @@ JDI_HEADER = "Java Debug Interface"
|
|
# you get "No packages or classes specified." due to $(CLASSPATH_SEPARATOR)
|
|
# being interpreted as an end of command (newline)
|
|
|
|
-JAAS_SOURCEPATH = "$(TOPDIR)/src/share/classes$(CLASSPATH_SEPARATOR)$(TOPDIR)/src/solaris/classes$(CLASSPATH_SEPARATOR)$(TOPDIR)/src/windows/classes$(CLASSPATH_SEPARATOR)$(TOPDIR)/src/linux/classes"
|
|
+JAAS_SOURCEPATH = "$(TOPDIR)/src/share/classes$(CLASSPATH_SEPARATOR)$(TOPDIR)/src/solaris/classes$(CLASSPATH_SEPARATOR)$(TOPDIR)/src/windows/classes$(CLASSPATH_SEPARATOR)$(TOPDIR)/src/linux/classes$(CLASSPATH_SEPARATOR)$(TOPDIR)/src/bsd/classes"
|
|
JAAS_DOCDIR = $(DOCSDIR)/jre/api/security/jaas/spec
|
|
JAAS_JAVADOCFLAGS = $(COMMON_JAVADOCFLAGS) \
|
|
-encoding ascii \
|