Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openanolis
dragonwell11
提交
8be39d8b
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看板
提交
8be39d8b
编写于
7月 05, 2017
作者:
D
duke
浏览文件
操作
浏览文件
下载
差异文件
Merge
上级
e5319d7c
fffc7d07
变更
6
隐藏空白更改
内联
并排
Showing
6 changed file
with
15 addition
and
7 deletion
+15
-7
.hgtags-top-repo
.hgtags-top-repo
+1
-0
Makefile
Makefile
+1
-1
make/Defs-internal.gmk
make/Defs-internal.gmk
+1
-1
make/jdk-rules.gmk
make/jdk-rules.gmk
+2
-2
make/jprt.config
make/jprt.config
+8
-1
make/jprt.gmk
make/jprt.gmk
+2
-2
未找到文件。
.hgtags-top-repo
浏览文件 @
8be39d8b
...
...
@@ -24,3 +24,4 @@ e8a2a4d187773a62f3309b0fa265c13425bc2258 jdk7-b46
d7744e86dedc21a8ecf6bdb73eb191b8eaf5b0da jdk7-b47
4ae9f4bfdb98f65bd957e3fe72471b320150b38e jdk7-b48
aee93a8992d2389121eb610c00a86196f3e2b9b0 jdk7-b49
5111e13e44e542fe945b47ab154546daec36737d jdk7-b50
Makefile
浏览文件 @
8be39d8b
#
# Copyright 1995-200
8
Sun Microsystems, Inc. All Rights Reserved.
# Copyright 1995-200
9
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
...
...
make/Defs-internal.gmk
浏览文件 @
8be39d8b
#
# Copyright 1995-200
8
Sun Microsystems, Inc. All Rights Reserved.
# Copyright 1995-200
9
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
...
...
make/jdk-rules.gmk
浏览文件 @
8be39d8b
#
# Copyright 2001-200
8
Sun Microsystems, Inc. All Rights Reserved.
# Copyright 2001-200
9
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 @@ jdk-clobber::
$(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
...
...
make/jprt.config
浏览文件 @
8be39d8b
#!echo "This is not a shell script"
#############################################################################
#
# Copyright 2006-200
8
Sun Microsystems, Inc. All Rights Reserved.
# Copyright 2006-200
9
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 @@ else
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
...
...
make/jprt.gmk
浏览文件 @
8be39d8b
#
# Copyright 2006-200
8
Sun Microsystems, Inc. All Rights Reserved.
# Copyright 2006-200
9
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 @@ DEFAULT_BUILD_FLAVOR=product
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
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录