[Bug 1815] [IcedTea8] Split download/extraction rules for OpenJDK so they can run in parallel
bugzilla-daemon at icedtea.classpath.org
bugzilla-daemon at icedtea.classpath.org
Mon Mar 21 05:50:42 UTC 2016
http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=1815
--- Comment #4 from hg commits <mercurial at icedtea.classpath.org> ---
details:
http://icedtea.classpath.org//hg/icedtea?cmd=changeset;node=a44665755044
author: Andrew John Hughes <gnu_andrew at member.fsf.org>
date: Mon Mar 21 05:50:11 2016 +0000
PR1815: Split download/extraction rules for OpenJDK so they can run in
parallel
2016-03-20 Andrew John Hughes <gnu.andrew at member.fsf.org>
PR1815: Split download/extraction rules for OpenJDK
so they can run in parallel
* Makefile.am:
(extract-openjdk): Remove outdated javazic tool
removal line.
(extract-nashorn): Handle Mercurial checkout.
2015-07-06 Andrew John Hughes <gnu.andrew at member.fsf.org>
PR1815: Split download/extraction rules for OpenJDK
so they can run in parallel
* Makefile.am:
(.PHONY): Add new clean-download-* and
clean-extract-* targets.
(download): Depend on download-{openjdk,corba,hotspot,
jaxp,jaxws,jdk,langtools,cacao,jamvm,nashorn}.
(clean-download): Depend on
clean-download-{openjdk,cacao,jamvm,hotspot,corba,jaxp,
jaxws,jdk,langtools,nashorn}.
(download-openjdk): Don't do Mercurial checkout here.
Do it as part of extract. Split corba, jaxp, jaxws,
jdk and langtools downloads into their own targets.
(download-corba): Split from download-openjdk.
(download-jaxp): Likewise.
(download-jaxws): Likewise.
(download-jdk): Likewise.
(download-langtools): Likewise.
(clean-download-openjdk): Don't depend on
clean-download-hotspot or clean-download-nashorn.
Split corba, jaxp, jaxws, jdk and langtools cleanup
into their own targets.
(clean-download-corba): Split from clean-download-openjdk.
(clean-download-jaxp): Likewise.
(clean-download-jaxws): Likewise.
(clean-download-jdk): Likewise.
(clean-download-langtools): Likewise.
(download-hotspot): No need to depend on download-openjdk.
(extract): Depend on extract-{openjdk,corba,jaxp,jaxws,jdk,
cacao,jamvm,hotspot,langtools,nashorn}, sanitise-openjdk
and remove-intree-libraries.
(extract-openjdk): Add cloning of root repository here.
Split extraction of corba, jaxp, jaxws, jdk and langtools
into their own targets.
(clean-extract-openjdk): Depend on
clean-extract-{hotspot,jdk,jaxp,jaxws,corba,langtools},
clean-overlay, clean-versioning, clean-patch-fsg,
clean-remove-intree-libraries and clean-sanitise-openjdk.
(extract-corba): Split from extract-openjdk.
(clean-extract-corba): New target to just remove corba.
(extract-jaxp): Split from extract-openjdk.
(clean-extract-jaxp): New target to just remove jaxp.
(extract-jaxws): Split from extract-openjdk.
(clean-extract-jaxws): New target to just remove jaxws.
(extract-jdk): Split from extract-openjdk.
(clean-extract-jdk): New target to just remove jdk.
(extract-langtools): Split from extract-openlangtools.
(clean-extract-langtools): New target to just remove langtools.
(extract-hotspot): Handle Mercurial checkout.
(sanitise-openjdk): Depend on extract-{openjdk,hotspot,nashorn,
jdk,langtools,corba,jaxp,jaxws}.
* NEWS: Updated.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20160321/dcacba70/attachment.html>
More information about the distro-pkg-dev
mailing list