Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openanolis
dragonwell8_jdk
提交
d153e2bb
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看板
提交
d153e2bb
编写于
6月 20, 2010
作者:
O
ohair
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
6960853: Cleanup makefiles, remove unused vars etc.
Reviewed-by: alanb
上级
d51a58ec
变更
4
隐藏空白更改
内联
并排
Showing
4 changed file
with
6 addition
and
9 deletion
+6
-9
make/common/shared/Defs-control.gmk
make/common/shared/Defs-control.gmk
+0
-3
make/netbeans/README
make/netbeans/README
+2
-2
make/netbeans/world/README
make/netbeans/world/README
+2
-2
make/netbeans/world/build.xml
make/netbeans/world/build.xml
+2
-2
未找到文件。
make/common/shared/Defs-control.gmk
浏览文件 @
d153e2bb
...
@@ -35,9 +35,6 @@ ifndef JDK_MAKE_SHARED_DIR
...
@@ -35,9 +35,6 @@ ifndef JDK_MAKE_SHARED_DIR
JDK_MAKE_SHARED_DIR = $(JDK_TOPDIR)/make/common/shared
JDK_MAKE_SHARED_DIR = $(JDK_TOPDIR)/make/common/shared
endif
endif
ifndef CONTROL_TOPDIR
CONTROL_TOPDIR=$(TOPDIR)
endif
ifndef HOTSPOT_TOPDIR
ifndef HOTSPOT_TOPDIR
HOTSPOT_TOPDIR=$(TOPDIR)/hotspot
HOTSPOT_TOPDIR=$(TOPDIR)/hotspot
endif
endif
...
...
make/netbeans/README
浏览文件 @
d153e2bb
...
@@ -204,8 +204,8 @@ Provided NetBeans projects
...
@@ -204,8 +204,8 @@ Provided NetBeans projects
note that pretty much regardless of your hardware, this *will* take
note that pretty much regardless of your hardware, this *will* take
a long time, and use *lots* of disk space (more than 3GB). The
a long time, and use *lots* of disk space (more than 3GB). The
results of the build are in
results of the build are in
*install-dir*/
control/
build/*platform*-*arch* and
*install-dir*/build/*platform*-*arch* and
*install-dir*/
control/
build/*platform*-*arch*-fastdebug.
*install-dir*/build/*platform*-*arch*-fastdebug.
Consult the project's README file for details.
Consult the project's README file for details.
...
...
make/netbeans/world/README
浏览文件 @
d153e2bb
...
@@ -10,6 +10,6 @@ project code, you might prefer to build it from the command line using ant.
...
@@ -10,6 +10,6 @@ project code, you might prefer to build it from the command line using ant.
Please note: the results of building this project are *not* put in the place
Please note: the results of building this project are *not* put in the place
used by other projects. In this case, the results are place in
used by other projects. In this case, the results are place in
<install-dir>/
control/
build/<platform>-<arch>
<install-dir>/build/<platform>-<arch>
and
and
<install-dir>/
control/
build/<platform>-<arch>-fastdebug
<install-dir>/build/<platform>-<arch>-fastdebug
make/netbeans/world/build.xml
浏览文件 @
d153e2bb
...
@@ -34,11 +34,11 @@
...
@@ -34,11 +34,11 @@
<import
file=
"../common/shared.xml"
/>
<import
file=
"../common/shared.xml"
/>
<target
name=
"-build-make"
depends=
"-make.init"
if=
"use.make"
>
<target
name=
"-build-make"
depends=
"-make.init"
if=
"use.make"
>
<make-run
target=
"dev"
dir=
"${root}/..
/control/make
"
opts=
"SKIP_COMPARE_IMAGES=true"
/>
<make-run
target=
"dev"
dir=
"${root}/.."
opts=
"SKIP_COMPARE_IMAGES=true"
/>
</target>
</target>
<target
name=
"-clean-make"
depends=
"-make.init"
if=
"use.make"
>
<target
name=
"-clean-make"
depends=
"-make.init"
if=
"use.make"
>
<make-run
target=
"clean"
dir=
"${root}/..
/control/make
"
/>
<make-run
target=
"clean"
dir=
"${root}/.."
/>
</target>
</target>
</project>
</project>
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录