changeset in /hg/icedtea: 2007-11-07 Lillian Angel <langel at red...
Lillian Angel
langel at redhat.com
Wed Jan 16 07:09:18 PST 2008
changeset 9ac37f78ec74 in /hg/icedtea
details: http://icedtea.classpath.org/hg/icedtea?cmd=changeset;node=9ac37f78ec74
description:
2007-11-07 Lillian Angel <langel at redhat.com>
* Makefile.am: Removed docs patch.
* Makefile.in: Regenerate.
* patches/icedtea-docs.patch: Removed. Causing out of memory errors
because jaxws is not built.
diffstat:
2 files changed, 43 deletions(-)
Makefile.am | 1 -
patches/icedtea-docs.patch | 42 ------------------------------------------
diffs (57 lines):
diff -r 2da1600878cf -r 9ac37f78ec74 Makefile.am
--- a/Makefile.am Wed Nov 07 17:29:12 2007 -0500
+++ b/Makefile.am Thu Nov 08 10:45:26 2007 -0500
@@ -198,7 +198,6 @@ ICEDTEA_PATCHES = \
patches/icedtea-javafiles.patch \
patches/icedtea-bytecodeInterpreterWithChecks.patch \
patches/icedtea-corba.patch \
- patches/icedtea-docs.patch \
$(FAST_BUILD_PATCH) \
$(DISTRIBUTION_PATCHES)
diff -r 2da1600878cf -r 9ac37f78ec74 patches/icedtea-docs.patch
--- a/patches/icedtea-docs.patch Wed Nov 07 17:29:12 2007 -0500
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,42 +0,0 @@
---- ../openjdk/control/make/j2se-rules.gmk 2007-10-12 03:45:09.000000000 -0400
-+++ openjdk/control/make/j2se-rules.gmk 2007-11-07 17:05:36.000000000 -0500
-@@ -36,37 +36,9 @@
- IMAGES_TARGET = images
- endif
-
--# No DOCS build when JDK_UPDATE_VERSION set
--ifdef JDK_UPDATE_VERSION
-- DOCS_TARGET =
--else
-- DOCS_TARGET = docs
--endif
--
--# NO_DOCS may be set in conjunction with DEV_ONLY
--ifdef NO_DOCS
-- DOCS_TARGET =
--endif
-+DOCS_TARGET = docs
-
--# If langtools not being built, full jdk javadoc is not possible
--ifneq ($(BUILD_LANGTOOLS), true)
-- DOCS_TARGET =
--endif
--ifneq ($(BUILD_CORBA), true)
-- DOCS_TARGET =
--endif
--ifneq ($(BUILD_JAXP), true)
-- DOCS_TARGET =
--endif
--ifneq ($(BUILD_JAXWS), true)
-- DOCS_TARGET =
--endif
--
--ifndef DEV_ONLY
-- J2SE_BUILD_TARGETS = sanity all $(DOCS_TARGET) images
--else
-- J2SE_BUILD_TARGETS = sanity all $(IMAGES_TARGET)
--endif
-+J2SE_BUILD_TARGETS = sanity all $(DOCS_TARGET) images
-
- J2SE_CLOBBER_TARGETS = clobber
-
More information about the distro-pkg-dev
mailing list