Merge
This commit is contained in:
commit
1fce158e64
@ -24,3 +24,4 @@ e8a2a4d187773a62f3309b0fa265c13425bc2258 jdk7-b46
|
|||||||
d7744e86dedc21a8ecf6bdb73eb191b8eaf5b0da jdk7-b47
|
d7744e86dedc21a8ecf6bdb73eb191b8eaf5b0da jdk7-b47
|
||||||
4ae9f4bfdb98f65bd957e3fe72471b320150b38e jdk7-b48
|
4ae9f4bfdb98f65bd957e3fe72471b320150b38e jdk7-b48
|
||||||
aee93a8992d2389121eb610c00a86196f3e2b9b0 jdk7-b49
|
aee93a8992d2389121eb610c00a86196f3e2b9b0 jdk7-b49
|
||||||
|
5111e13e44e542fe945b47ab154546daec36737d jdk7-b50
|
||||||
|
2
Makefile
2
Makefile
@ -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.
|
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||||
#
|
#
|
||||||
# This code is free software; you can redistribute it and/or modify it
|
# This code is free software; you can redistribute it and/or modify it
|
||||||
|
@ -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.
|
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||||
#
|
#
|
||||||
# This code is free software; you can redistribute it and/or modify it
|
# This code is free software; you can redistribute it and/or modify it
|
||||||
|
@ -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.
|
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||||
#
|
#
|
||||||
# This code is free software; you can redistribute it and/or modify it
|
# This code is free software; you can redistribute it and/or modify it
|
||||||
@ -106,7 +106,7 @@ jdk-clobber::
|
|||||||
$(MAKE) $(JDK_CLOBBER_TARGETS) $(JDK_BUILD_ARGUMENTS) ; )
|
$(MAKE) $(JDK_CLOBBER_TARGETS) $(JDK_BUILD_ARGUMENTS) ; )
|
||||||
|
|
||||||
jdk-sanity::
|
jdk-sanity::
|
||||||
@( $(CD) $(JDK_TOPDIR)/make && \
|
( $(CD) $(JDK_TOPDIR)/make && \
|
||||||
$(MAKE) sanity HOTSPOT_IMPORT_CHECK=false $(JDK_BUILD_ARGUMENTS) ; )
|
$(MAKE) sanity HOTSPOT_IMPORT_CHECK=false $(JDK_BUILD_ARGUMENTS) ; )
|
||||||
|
|
||||||
compare-images: compare-image
|
compare-images: compare-image
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#!echo "This is not a shell script"
|
#!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.
|
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||||
#
|
#
|
||||||
# This code is free software; you can redistribute it and/or modify it
|
# This code is free software; you can redistribute it and/or modify it
|
||||||
@ -358,6 +358,13 @@ else
|
|||||||
ALT_SPONSOR2DIR=C:/sponsor_binaries
|
ALT_SPONSOR2DIR=C:/sponsor_binaries
|
||||||
export ALT_SPONSOR2DIR
|
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
|
fi
|
||||||
|
|
||||||
# Export PATH setting
|
# Export PATH setting
|
||||||
|
@ -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.
|
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||||
#
|
#
|
||||||
# This code is free software; you can redistribute it and/or modify it
|
# This code is free software; you can redistribute it and/or modify it
|
||||||
@ -36,7 +36,7 @@ DEFAULT_BUILD_FLAVOR=product
|
|||||||
JPRT_ARCHIVE_BUNDLE=$(ABS_OUTPUTDIR)/$(DEFAULT_BUILD_FLAVOR)-bundle.zip
|
JPRT_ARCHIVE_BUNDLE=$(ABS_OUTPUTDIR)/$(DEFAULT_BUILD_FLAVOR)-bundle.zip
|
||||||
JPRT_ARCHIVE_INSTALL_BUNDLE=$(ABS_OUTPUTDIR)/$(DEFAULT_BUILD_FLAVOR)-install-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 && \
|
( $(CD) $(OUTPUTDIR)/j2sdk-image && \
|
||||||
$(ZIPEXE) -q -r $(JPRT_ARCHIVE_BUNDLE) . )
|
$(ZIPEXE) -q -r $(JPRT_ARCHIVE_BUNDLE) . )
|
||||||
ifdef HAVE_JPRT_SAVE_BUNDLES
|
ifdef HAVE_JPRT_SAVE_BUNDLES
|
||||||
|
Loading…
x
Reference in New Issue
Block a user