Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openanolis
dragonwell8_jdk
提交
d845e2ee
D
dragonwell8_jdk
项目概览
openanolis
/
dragonwell8_jdk
通知
4
Star
2
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
D
dragonwell8_jdk
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
d845e2ee
编写于
7月 01, 2010
作者:
M
mullan
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
6782979: Add JNLPAppletLauncher (6618105) to blacklist
Reviewed-by: ohair
上级
fd2b5d2c
变更
1
隐藏空白更改
内联
并排
Showing
1 changed file
with
16 addition
and
2 deletion
+16
-2
make/java/security/Makefile
make/java/security/Makefile
+16
-2
未找到文件。
make/java/security/Makefile
浏览文件 @
d845e2ee
#
# Copyright (c) 1996, 20
05,
Oracle and/or its affiliates. All rights reserved.
# Copyright (c) 1996, 20
10
Oracle and/or its affiliates. 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
...
...
@@ -62,6 +62,11 @@ POLICY_BUILD = $(LIBDIR)/security/java.policy
CACERTS_SRC
=
$(CACERTS_FILE)
CACERTS_BUILD
=
$(LIBDIR)
/security/cacerts
ifndef
OPENJDK
BLACKLIST_SRC
=
$(CLOSED_SHARE_SRC)
/lib/security/blacklist
BLACKLIST_BUILD
=
$(LIBDIR)
/security/blacklist
endif
FILES_class
=
$
(
FILES_java:%.java
=
$(CLASSBINDIR)
/%.class
)
#
...
...
@@ -69,7 +74,11 @@ FILES_class = $(FILES_java:%.java=$(CLASSBINDIR)/%.class)
#
include
$(BUILDDIR)/common/Rules.gmk
ifdef
OPENJDK
build
:
properties policy cacerts
else
build
:
properties policy cacerts blacklist
endif
install
:
all
...
...
@@ -79,6 +88,8 @@ policy: classes $(POLICY_BUILD)
cacerts
:
classes $(CACERTS_BUILD)
blacklist
:
classes $(BLACKLIST_BUILD)
$(PROPS_BUILD)
:
$(PROPS_SRC)
$
(
install-file
)
...
...
@@ -88,9 +99,12 @@ $(POLICY_BUILD): $(POLICY_SRC)
$(CACERTS_BUILD)
:
$(CACERTS_SRC)
$
(
install-file
)
$(BLACKLIST_BUILD)
:
$(BLACKLIST_SRC)
$
(
install-file
)
clean clobber
::
.delete.classlist
$(RM)
-r
$(CLASSBINDIR)
/java/security
$(RM)
$(PROPS_BUILD)
$(POLICY_BUILD)
$(CACERTS_BUILD)
$(RM)
$(PROPS_BUILD)
$(POLICY_BUILD)
$(CACERTS_BUILD)
$(BLACKLIST_BUILD)
# Additional Rule for building sun.security.util
$(CLASSBINDIR)/%.class
:
$(SHARE_SRC)/sun/%.java
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录