File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
#
3
- # Copyright (c) 2000, 2022 , Oracle and/or its affiliates.
3
+ # Copyright (c) 2000, 2023 , Oracle and/or its affiliates.
4
4
#
5
5
# Licensed under the Universal Permissive License v 1.0 as shown at
6
6
# https://oss.oracle.com/licenses/upl.
13
13
#
14
14
# This script is responsible for the following environment variables:
15
15
#
16
- # DEV_ROOT e.g. /home/jhowes /dev/main.cpp
17
- # ANT_HOME e.g. /home/jhowes /dev/main.cpp/tools/common/ant
18
- # CC_HOME e.g. /usr
16
+ # DEV_ROOT e.g. /home/user /dev/main.cpp
17
+ # ANT_HOME e.g. /home/user /dev/main.cpp/tools/common/ant
18
+ # CC_HOME e.g.
19
19
# CLASSPATH e.g.
20
20
# PATH e.g. $ANT_HOME/bin:$JAVA_HOME/bin:$CC_HOME/bin:$PATH
21
21
#
@@ -98,8 +98,7 @@ ANT_HOME=$DEV_ROOT/tools/internal/common/ant
98
98
#
99
99
if [ $( uname) == " SunOS" ]; then
100
100
CC_HOME=/opt/SunProd/studio12u1/p11/sunstudio12.1
101
- else
102
- CC_HOME=/usr
101
+ # else - assume the compiler is already in the PATH on other platforms
103
102
fi
104
103
105
104
#
You can’t perform that action at this time.
0 commit comments