# HG changeset patch # User duke # Date 1499266120 -7200 # Node ID 1baa19562ecec03c004de0d2b59019e547f3129f # Parent c5c3e5f4accc60c62945ae678a081fa53283ab62# Parent 82d167c95656646c78a3760302db3f6a3f1f0027 Merge diff -r c5c3e5f4accc -r 1baa19562ece .hgtags-top-repo --- a/.hgtags-top-repo Thu Mar 12 18:17:25 2009 -0700 +++ b/.hgtags-top-repo Wed Jul 05 16:48:40 2017 +0200 @@ -24,3 +24,4 @@ d7744e86dedc21a8ecf6bdb73eb191b8eaf5b0da jdk7-b47 4ae9f4bfdb98f65bd957e3fe72471b320150b38e jdk7-b48 aee93a8992d2389121eb610c00a86196f3e2b9b0 jdk7-b49 +5111e13e44e542fe945b47ab154546daec36737d jdk7-b50 diff -r c5c3e5f4accc -r 1baa19562ece Makefile --- a/Makefile Thu Mar 12 18:17:25 2009 -0700 +++ b/Makefile Wed Jul 05 16:48:40 2017 +0200 @@ -1,5 +1,5 @@ # -# Copyright 1995-2008 Sun Microsystems, Inc. All Rights Reserved. +# Copyright 1995-2009 Sun Microsystems, Inc. All Rights Reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # This code is free software; you can redistribute it and/or modify it diff -r c5c3e5f4accc -r 1baa19562ece make/Defs-internal.gmk --- a/make/Defs-internal.gmk Thu Mar 12 18:17:25 2009 -0700 +++ b/make/Defs-internal.gmk Wed Jul 05 16:48:40 2017 +0200 @@ -1,5 +1,5 @@ # -# Copyright 1995-2008 Sun Microsystems, Inc. All Rights Reserved. +# Copyright 1995-2009 Sun Microsystems, Inc. All Rights Reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # This code is free software; you can redistribute it and/or modify it diff -r c5c3e5f4accc -r 1baa19562ece make/jdk-rules.gmk --- a/make/jdk-rules.gmk Thu Mar 12 18:17:25 2009 -0700 +++ b/make/jdk-rules.gmk Wed Jul 05 16:48:40 2017 +0200 @@ -1,5 +1,5 @@ # -# Copyright 2001-2008 Sun Microsystems, Inc. All Rights Reserved. +# Copyright 2001-2009 Sun Microsystems, Inc. All Rights Reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # This code is free software; you can redistribute it and/or modify it @@ -106,7 +106,7 @@ $(MAKE) $(JDK_CLOBBER_TARGETS) $(JDK_BUILD_ARGUMENTS) ; ) jdk-sanity:: - @( $(CD) $(JDK_TOPDIR)/make && \ + ( $(CD) $(JDK_TOPDIR)/make && \ $(MAKE) sanity HOTSPOT_IMPORT_CHECK=false $(JDK_BUILD_ARGUMENTS) ; ) compare-images: compare-image diff -r c5c3e5f4accc -r 1baa19562ece make/jprt.config --- a/make/jprt.config Thu Mar 12 18:17:25 2009 -0700 +++ b/make/jprt.config Wed Jul 05 16:48:40 2017 +0200 @@ -1,7 +1,7 @@ #!echo "This is not a shell script" ############################################################################# # -# Copyright 2006-2008 Sun Microsystems, Inc. All Rights Reserved. +# Copyright 2006-2009 Sun Microsystems, Inc. All Rights Reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # This code is free software; you can redistribute it and/or modify it @@ -358,6 +358,13 @@ ALT_SPONSOR2DIR=C:/sponsor_binaries export ALT_SPONSOR2DIR + # JPRT systems can never run msival2.exe, set this to avoid them + SKIP_MSIVAL2=true + export SKIP_MSIVAL2 + # Not easy to do + SKIP_COMPARE_IMAGES=true + export SKIP_COMPARE_IMAGES + fi # Export PATH setting diff -r c5c3e5f4accc -r 1baa19562ece make/jprt.gmk --- a/make/jprt.gmk Thu Mar 12 18:17:25 2009 -0700 +++ b/make/jprt.gmk Wed Jul 05 16:48:40 2017 +0200 @@ -1,5 +1,5 @@ # -# Copyright 2006-2008 Sun Microsystems, Inc. All Rights Reserved. +# Copyright 2006-2009 Sun Microsystems, Inc. All Rights Reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # This code is free software; you can redistribute it and/or modify it @@ -36,7 +36,7 @@ JPRT_ARCHIVE_BUNDLE=$(ABS_OUTPUTDIR)/$(DEFAULT_BUILD_FLAVOR)-bundle.zip JPRT_ARCHIVE_INSTALL_BUNDLE=$(ABS_OUTPUTDIR)/$(DEFAULT_BUILD_FLAVOR)-install-bundle.zip -jprt_build_product: all_product_build +jprt_build_product: sanity all_product_build ( $(CD) $(OUTPUTDIR)/j2sdk-image && \ $(ZIPEXE) -q -r $(JPRT_ARCHIVE_BUNDLE) . ) ifdef HAVE_JPRT_SAVE_BUNDLES