提交 d153e2bb 编写于 作者: O ohair

6960853: Cleanup makefiles, remove unused vars etc.

Reviewed-by: alanb
上级 d51a58ec
...@@ -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
......
...@@ -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.
......
...@@ -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
...@@ -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.
先完成此消息的编辑!
想要评论请 注册