Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openanolis
dragonwell11
提交
6063b2aa
D
dragonwell11
项目概览
openanolis
/
dragonwell11
通知
7
Star
2
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
D
dragonwell11
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
体验新版 GitCode,发现更多精彩内容 >>
提交
6063b2aa
编写于
2月 27, 2014
作者:
I
ihse
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
8035825: Warn instead of fail when calling the configure wrapper directly
Reviewed-by: dholmes, tbell
上级
0f4a075a
变更
3
隐藏空白更改
内联
并排
Showing
3 changed file
with
14 addition
and
13 deletion
+14
-13
common/autoconf/configure
common/autoconf/configure
+10
-9
common/autoconf/configure.ac
common/autoconf/configure.ac
+1
-1
common/autoconf/generated-configure.sh
common/autoconf/generated-configure.sh
+3
-3
未找到文件。
common/autoconf/configure
浏览文件 @
6063b2aa
...
@@ -23,18 +23,19 @@
...
@@ -23,18 +23,19 @@
#
#
if
test
"x
$1
"
!=
xCHECKME
;
then
if
test
"x
$1
"
!=
xCHECKME
;
then
echo
"This script cannot be run directly."
echo
"WARNING: Calling the wrapper script directly is deprecated and unsupported."
echo
"Not all features of configure will be available."
echo
"Use the 'configure' script in the top-level directory instead."
echo
"Use the 'configure' script in the top-level directory instead."
exit
1
TOPDIR
=
$(
cd
$(
dirname
$0
)
/../..
>
/dev/null
&&
pwd
)
else
# Now the next argument is the absolute top-level directory path.
# The TOPDIR variable is passed on to configure.ac.
TOPDIR
=
"
$2
"
# Remove these two arguments to get to the user supplied arguments
shift
shift
fi
fi
# Now the next argument is the absolute top-level directory path.
# The TOPDIR variable is passed on to configure.ac.
TOPDIR
=
"
$2
"
# Remove these two arguments to get to the user supplied arguments
shift
shift
conf_script_dir
=
"
$TOPDIR
/common/autoconf"
conf_script_dir
=
"
$TOPDIR
/common/autoconf"
if
[
"
$CUSTOM_CONFIG_DIR
"
=
""
]
;
then
if
[
"
$CUSTOM_CONFIG_DIR
"
=
""
]
;
then
...
...
common/autoconf/configure.ac
浏览文件 @
6063b2aa
...
@@ -33,7 +33,7 @@
...
@@ -33,7 +33,7 @@
AC_PREREQ([2.69])
AC_PREREQ([2.69])
AC_INIT(OpenJDK, jdk8, build-dev@openjdk.java.net,,http://openjdk.java.net)
AC_INIT(OpenJDK, jdk8, build-dev@openjdk.java.net,,http://openjdk.java.net)
AC_CONFIG_AUX_DIR([common/autoconf/build-aux])
AC_CONFIG_AUX_DIR([
$TOPDIR/
common/autoconf/build-aux])
m4_include([build-aux/pkg.m4])
m4_include([build-aux/pkg.m4])
# Include these first...
# Include these first...
...
...
common/autoconf/generated-configure.sh
浏览文件 @
6063b2aa
...
@@ -3162,7 +3162,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
...
@@ -3162,7 +3162,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
ac_aux_dir=
ac_aux_dir=
for ac_dir in
common/autoconf/build-aux "$srcdir"
/common/autoconf/build-aux; do
for ac_dir in
$TOPDIR/common/autoconf/build-aux "$srcdir"/$TOPDIR
/common/autoconf/build-aux; do
if test -f "$ac_dir/install-sh"; then
if test -f "$ac_dir/install-sh"; then
ac_aux_dir=$ac_dir
ac_aux_dir=$ac_dir
ac_install_sh="$ac_aux_dir/install-sh -c"
ac_install_sh="$ac_aux_dir/install-sh -c"
...
@@ -3178,7 +3178,7 @@ for ac_dir in common/autoconf/build-aux "$srcdir"/common/autoconf/build-aux; do
...
@@ -3178,7 +3178,7 @@ for ac_dir in common/autoconf/build-aux "$srcdir"/common/autoconf/build-aux; do
fi
fi
done
done
if test -z "$ac_aux_dir"; then
if test -z "$ac_aux_dir"; then
as_fn_error $? "cannot find install-sh, install.sh, or shtool in
common/autoconf/build-aux \"$srcdir\"
/common/autoconf/build-aux" "$LINENO" 5
as_fn_error $? "cannot find install-sh, install.sh, or shtool in
$TOPDIR/common/autoconf/build-aux \"$srcdir\"/$TOPDIR
/common/autoconf/build-aux" "$LINENO" 5
fi
fi
# These three variables are undocumented and unsupported,
# These three variables are undocumented and unsupported,
...
@@ -4220,7 +4220,7 @@ TOOLCHAIN_DESCRIPTION_xlc="IBM XL C/C++"
...
@@ -4220,7 +4220,7 @@ TOOLCHAIN_DESCRIPTION_xlc="IBM XL C/C++"
#CUSTOM_AUTOCONF_INCLUDE
#CUSTOM_AUTOCONF_INCLUDE
# Do not change or remove the following line, it is needed for consistency checks:
# Do not change or remove the following line, it is needed for consistency checks:
DATE_WHEN_GENERATED=1393
327380
DATE_WHEN_GENERATED=1393
416124
###############################################################################
###############################################################################
#
#
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录