[Bug 1301] PR1171 causes builds of Zero to fail

bugzilla-daemon at icedtea.classpath.org bugzilla-daemon at icedtea.classpath.org
Wed Jun 5 15:03:29 PDT 2013


http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=1301

--- Comment #5 from hg commits <mercurial at icedtea.classpath.org> ---
details:
http://icedtea.classpath.org//hg/icedtea7?cmd=changeset;node=609b5317bd98
author: Andrew John Hughes <gnu_andrew at member.fsf.org>
date: Wed Jun 05 22:56:36 2013 +0100

    RH513605, PR1280: Updating/Installing OpenJDK should recreate the shared
class-data archive

    2013-06-05  Andrew John Hughes  <gnu.andrew at member.fsf.org>

        PR1280: Updating/Installing OpenJDK should recreate the
        shared class-data archive
        * Makefile.am:
        (.PHONY): Add clean-add-archive, clean-add-archive-debug
        and clean-add-archive-boot.

    2013-02-08  Andrew John Hughes  <gnu.andrew at redhat.com>

        PR1301: PR1171 causes Zero builds to fail
        * Makefile.am:
        (add-archive): Don't run -Xshare:dump if building
        Zero.
        (add-archive-debug): Likewise.
        (add-archive-boot): Likewise.

    2013-01-25  Andrew John Hughes  <gnu.andrew at redhat.com>

        * Makefile.am:
        (clean-add-archive): Delete the archive.
        (clean-add-archive-debug): Likewise for debug.
        (clean-add-archive-boot): Likewise for bootstrap.

    2012-11-28  Andrew John Hughes  <gnu.andrew at redhat.com>

        * Makefile.am:
        (add-archive): Only run -Xshare:dump when java
        exists and we aren't building CACAO or JamVM.
        (add-archive-debug): Likewise.
        (add-archive-boot): Likewise.

    2012-11-20  Andrew John Hughes  <gnu.andrew at redhat.com>

        RH513605: Updating/Installing OpenJDK should recreate
        the shared class-data archive
        * Makefile.am:
        (add-archive): Run -Xshare:dump on the newly built JDK.
        (clean-add-archive): Delete stamp.
        (add-archive-debug): Same as add-archive for icedtea-debug.
        (clean-add-archive-debug): Same as clean-add-archive for icedtea-debug.
        (icedtea-stage2): Depend on add-archive.
        (clean-icedtea-stage2): Depend on clean-add-archive.
        (icedtea-debug-stage2): Depend on add-archive-debug.
        (clean-icedtea-debug-stage2): Depend on clean-add-archive-debug.
        (add-archive-boot): Same as add-archive for icedtea-boot.
        (clean-add-archive-boot): Same as clean-add-archive for icedtea-boot.
        (icedtea-stage1): Depend on add-archive-boot.
        (clean-icedtea-stage1): Depend on clean-add-archive-boot.
        * NEWS: Mention.

-- 
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/20130605/bb02dfab/attachment.html 


More information about the distro-pkg-dev mailing list