author | darcy |
Mon, 13 Feb 2017 11:51:51 -0800 | |
changeset 43858 | 3f89ba6c36c0 |
parent 42528 | 125bc97e7569 |
permissions | -rw-r--r-- |
13697 | 1 |
#!/bin/bash |
2 |
# |
|
41458 | 3 |
# Copyright (c) 2012, 2016, Oracle and/or its affiliates. All rights reserved. |
13697 | 4 |
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
5 |
# |
|
6 |
# This code is free software; you can redistribute it and/or modify it |
|
7 |
# under the terms of the GNU General Public License version 2 only, as |
|
8 |
# published by the Free Software Foundation. |
|
9 |
# |
|
10 |
# This code is distributed in the hope that it will be useful, but WITHOUT |
|
11 |
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
|
12 |
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License |
|
13 |
# version 2 for more details (a copy is included in the LICENSE file that |
|
14 |
# accompanied this code). |
|
15 |
# |
|
16 |
# You should have received a copy of the GNU General Public License version |
|
17 |
# 2 along with this work; if not, write to the Free Software Foundation, |
|
18 |
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. |
|
19 |
# |
|
20 |
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA |
|
21 |
# or visit www.oracle.com if you need additional information or have any |
|
22 |
# questions. |
|
23 |
# |
|
24 |
||
20363 | 25 |
# This script is processed by configure before it's usable. It is run from |
13697 | 26 |
# the root of the build directory. |
27 |
||
28 |
||
29 |
########################################################################################## |
|
30 |
# Substitutions from autoconf |
|
31 |
||
32718
fadee4d0b5ec
8136813: Log compare.sh output automatically to file
ihse
parents:
27602
diff
changeset
|
32 |
export LEGACY_BUILD_DIR=@OPENJDK_TARGET_OS@-@OPENJDK_TARGET_CPU_LEGACY@ |
13697 | 33 |
|
37651 | 34 |
export OPENJDK_TARGET_OS="@OPENJDK_TARGET_OS@" |
32718
fadee4d0b5ec
8136813: Log compare.sh output automatically to file
ihse
parents:
27602
diff
changeset
|
35 |
export OPENJDK_TARGET_CPU="@OPENJDK_TARGET_CPU@" |
37402 | 36 |
export DEBUG_LEVEL="@DEBUG_LEVEL@" |
13697 | 37 |
|
32718
fadee4d0b5ec
8136813: Log compare.sh output automatically to file
ihse
parents:
27602
diff
changeset
|
38 |
export AWK="@AWK@" |
fadee4d0b5ec
8136813: Log compare.sh output automatically to file
ihse
parents:
27602
diff
changeset
|
39 |
export BASH="@BASH@" |
fadee4d0b5ec
8136813: Log compare.sh output automatically to file
ihse
parents:
27602
diff
changeset
|
40 |
export CAT="@CAT@" |
fadee4d0b5ec
8136813: Log compare.sh output automatically to file
ihse
parents:
27602
diff
changeset
|
41 |
export CMP="@CMP@" |
fadee4d0b5ec
8136813: Log compare.sh output automatically to file
ihse
parents:
27602
diff
changeset
|
42 |
export CP="@CP@" |
fadee4d0b5ec
8136813: Log compare.sh output automatically to file
ihse
parents:
27602
diff
changeset
|
43 |
export CUT="@CUT@" |
fadee4d0b5ec
8136813: Log compare.sh output automatically to file
ihse
parents:
27602
diff
changeset
|
44 |
export DIFF="@DIFF@" |
fadee4d0b5ec
8136813: Log compare.sh output automatically to file
ihse
parents:
27602
diff
changeset
|
45 |
export DUMPBIN="@FIXPATH@ @DUMPBIN@" |
fadee4d0b5ec
8136813: Log compare.sh output automatically to file
ihse
parents:
27602
diff
changeset
|
46 |
export EXPR="@EXPR@" |
fadee4d0b5ec
8136813: Log compare.sh output automatically to file
ihse
parents:
27602
diff
changeset
|
47 |
export FILE="@FILE@" |
fadee4d0b5ec
8136813: Log compare.sh output automatically to file
ihse
parents:
27602
diff
changeset
|
48 |
export FIND="@FIND@" |
fadee4d0b5ec
8136813: Log compare.sh output automatically to file
ihse
parents:
27602
diff
changeset
|
49 |
export GREP="@GREP@" |
37972 | 50 |
export GUNZIP="@GUNZIP@" |
32718
fadee4d0b5ec
8136813: Log compare.sh output automatically to file
ihse
parents:
27602
diff
changeset
|
51 |
export LDD="@LDD@" |
fadee4d0b5ec
8136813: Log compare.sh output automatically to file
ihse
parents:
27602
diff
changeset
|
52 |
export LN="@LN@" |
fadee4d0b5ec
8136813: Log compare.sh output automatically to file
ihse
parents:
27602
diff
changeset
|
53 |
export MKDIR="@MKDIR@" |
fadee4d0b5ec
8136813: Log compare.sh output automatically to file
ihse
parents:
27602
diff
changeset
|
54 |
export MV="@MV@" |
fadee4d0b5ec
8136813: Log compare.sh output automatically to file
ihse
parents:
27602
diff
changeset
|
55 |
export NAWK="@NAWK@" |
fadee4d0b5ec
8136813: Log compare.sh output automatically to file
ihse
parents:
27602
diff
changeset
|
56 |
export NM="@GNM@" |
fadee4d0b5ec
8136813: Log compare.sh output automatically to file
ihse
parents:
27602
diff
changeset
|
57 |
export OBJDUMP="@OBJDUMP@" |
fadee4d0b5ec
8136813: Log compare.sh output automatically to file
ihse
parents:
27602
diff
changeset
|
58 |
export OTOOL="@OTOOL@" |
fadee4d0b5ec
8136813: Log compare.sh output automatically to file
ihse
parents:
27602
diff
changeset
|
59 |
export PRINTF="@PRINTF@" |
fadee4d0b5ec
8136813: Log compare.sh output automatically to file
ihse
parents:
27602
diff
changeset
|
60 |
export READELF="@READELF@" |
fadee4d0b5ec
8136813: Log compare.sh output automatically to file
ihse
parents:
27602
diff
changeset
|
61 |
export RM="@RM@" |
fadee4d0b5ec
8136813: Log compare.sh output automatically to file
ihse
parents:
27602
diff
changeset
|
62 |
export SED="@SED@" |
fadee4d0b5ec
8136813: Log compare.sh output automatically to file
ihse
parents:
27602
diff
changeset
|
63 |
export SORT="@SORT@" |
fadee4d0b5ec
8136813: Log compare.sh output automatically to file
ihse
parents:
27602
diff
changeset
|
64 |
export STAT="@STAT@" |
32812 | 65 |
export STRIP="@STRIP@ @STRIPFLAGS@" |
37972 | 66 |
export TAR="@TAR@" |
32718
fadee4d0b5ec
8136813: Log compare.sh output automatically to file
ihse
parents:
27602
diff
changeset
|
67 |
export TEE="@TEE@" |
fadee4d0b5ec
8136813: Log compare.sh output automatically to file
ihse
parents:
27602
diff
changeset
|
68 |
export UNIQ="@UNIQ@" |
fadee4d0b5ec
8136813: Log compare.sh output automatically to file
ihse
parents:
27602
diff
changeset
|
69 |
export UNPACK200="@FIXPATH@ @BOOT_JDK@/bin/unpack200" |
37972 | 70 |
export UNARCHIVE="@UNZIP@ -q -o" |
13697 | 71 |
|
32718
fadee4d0b5ec
8136813: Log compare.sh output automatically to file
ihse
parents:
27602
diff
changeset
|
72 |
export SRC_ROOT="@TOPDIR@" |
fadee4d0b5ec
8136813: Log compare.sh output automatically to file
ihse
parents:
27602
diff
changeset
|
73 |
export OUTPUT_ROOT="@OUTPUT_ROOT@" |
13697 | 74 |
|
36789 | 75 |
if [ "@COMPILE_TYPE@" != "cross" ]; then |
76 |
export JAVAP="@FIXPATH@ $OUTPUT_ROOT/jdk/bin/javap @JAVA_TOOL_FLAGS_SMALL@" |
|
77 |
export JIMAGE="@FIXPATH@ $OUTPUT_ROOT/jdk/bin/jimage" |
|
78 |
elif [ "@CREATE_BUILDJDK@" = "true" ]; then |
|
79 |
export JAVAP="@FIXPATH@ $OUTPUT_ROOT/buildjdk/jdk/bin/javap @JAVA_TOOL_FLAGS_SMALL@" |
|
80 |
export JIMAGE="@FIXPATH@ $OUTPUT_ROOT/buildjdk/jdk/bin/jimage" |
|
81 |
else |
|
82 |
export JAVAP="@FIXPATH@ @BUILD_JDK@/bin/javap @JAVA_TOOL_FLAGS_SMALL@" |
|
83 |
export JIMAGE="@FIXPATH@ @BUILD_JDK@/bin/jimage" |
|
84 |
fi |
|
85 |
||
14111 | 86 |
if [ "$OPENJDK_TARGET_OS" = "windows" ]; then |
32718
fadee4d0b5ec
8136813: Log compare.sh output automatically to file
ihse
parents:
27602
diff
changeset
|
87 |
export PATH="@VS_PATH@" |
13697 | 88 |
fi |
89 |
||
14111 | 90 |
# Now locate the main script and run it. |
91 |
REAL_COMPARE_SCRIPT="$SRC_ROOT/common/bin/compare.sh" |
|
92 |
if [ ! -e "$REAL_COMPARE_SCRIPT" ]; then |
|
20363 | 93 |
echo "Error: Cannot locate compare script, it should have been in $REAL_COMPARE_SCRIPT" |
94 |
exit 1 |
|
13697 | 95 |
fi |
96 |
||
32718
fadee4d0b5ec
8136813: Log compare.sh output automatically to file
ihse
parents:
27602
diff
changeset
|
97 |
# Rotate logs |
fadee4d0b5ec
8136813: Log compare.sh output automatically to file
ihse
parents:
27602
diff
changeset
|
98 |
$RM $OUTPUT_ROOT/compare.log.old 2> /dev/null |
fadee4d0b5ec
8136813: Log compare.sh output automatically to file
ihse
parents:
27602
diff
changeset
|
99 |
$MV $OUTPUT_ROOT/compare.log $OUTPUT_ROOT/compare.log.old 2> /dev/null |
fadee4d0b5ec
8136813: Log compare.sh output automatically to file
ihse
parents:
27602
diff
changeset
|
100 |
|
33441
ce975712c050
8141439: Fix compare.sh -o <otherdir> (broken by JDK-8136813)
ihse
parents:
33031
diff
changeset
|
101 |
export SCRIPT_DIR="$( cd "$( dirname "$0" )" > /dev/null && pwd )" |
ce975712c050
8141439: Fix compare.sh -o <otherdir> (broken by JDK-8136813)
ihse
parents:
33031
diff
changeset
|
102 |
|
32718
fadee4d0b5ec
8136813: Log compare.sh output automatically to file
ihse
parents:
27602
diff
changeset
|
103 |
$BASH $SRC_ROOT/common/bin/logger.sh $OUTPUT_ROOT/compare.log $BASH "$REAL_COMPARE_SCRIPT" "$@" |