mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-22 08:21:27 +00:00
6960853: Cleanup makefiles, remove unused vars etc
Reviewed-by: alanb
This commit is contained in:
parent
30c988b71e
commit
4c7ea8f9ef
@ -35,9 +35,6 @@ ifndef JDK_MAKE_SHARED_DIR
|
||||
JDK_MAKE_SHARED_DIR = $(JDK_TOPDIR)/make/common/shared
|
||||
endif
|
||||
|
||||
ifndef CONTROL_TOPDIR
|
||||
CONTROL_TOPDIR=$(TOPDIR)
|
||||
endif
|
||||
ifndef HOTSPOT_TOPDIR
|
||||
HOTSPOT_TOPDIR=$(TOPDIR)/hotspot
|
||||
endif
|
||||
|
||||
@ -204,8 +204,8 @@ Provided NetBeans projects
|
||||
note that pretty much regardless of your hardware, this *will* take
|
||||
a long time, and use *lots* of disk space (more than 3GB). The
|
||||
results of the build are in
|
||||
*install-dir*/control/build/*platform*-*arch* and
|
||||
*install-dir*/control/build/*platform*-*arch*-fastdebug.
|
||||
*install-dir*/build/*platform*-*arch* and
|
||||
*install-dir*/build/*platform*-*arch*-fastdebug.
|
||||
|
||||
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.
|
||||
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
|
||||
|
||||
<install-dir>/control/build/<platform>-<arch>
|
||||
<install-dir>/build/<platform>-<arch>
|
||||
and
|
||||
<install-dir>/control/build/<platform>-<arch>-fastdebug
|
||||
<install-dir>/build/<platform>-<arch>-fastdebug
|
||||
|
||||
@ -34,11 +34,11 @@
|
||||
<import file="../common/shared.xml"/>
|
||||
|
||||
<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 name="-clean-make" depends="-make.init" if="use.make">
|
||||
<make-run target="clean" dir="${root}/../control/make"/>
|
||||
<make-run target="clean" dir="${root}/.."/>
|
||||
</target>
|
||||
|
||||
</project>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user