6960853: Cleanup makefiles, remove unused vars etc.
authorohair
Sun, 20 Jun 2010 14:51:33 -0700
changeset 5812 45384c2300ce
parent 5811 f4d1f45c0058
child 5813 8e455cd3e807
6960853: Cleanup makefiles, remove unused vars etc. Reviewed-by: alanb
jdk/make/common/shared/Defs-control.gmk
jdk/make/netbeans/README
jdk/make/netbeans/world/README
jdk/make/netbeans/world/build.xml
--- a/jdk/make/common/shared/Defs-control.gmk	Sat Jun 19 17:42:39 2010 -0700
+++ b/jdk/make/common/shared/Defs-control.gmk	Sun Jun 20 14:51:33 2010 -0700
@@ -35,9 +35,6 @@
   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
--- a/jdk/make/netbeans/README	Sat Jun 19 17:42:39 2010 -0700
+++ b/jdk/make/netbeans/README	Sun Jun 20 14:51:33 2010 -0700
@@ -204,8 +204,8 @@
         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.
 
--- a/jdk/make/netbeans/world/README	Sat Jun 19 17:42:39 2010 -0700
+++ b/jdk/make/netbeans/world/README	Sun Jun 20 14:51:33 2010 -0700
@@ -10,6 +10,6 @@
 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
--- a/jdk/make/netbeans/world/build.xml	Sat Jun 19 17:42:39 2010 -0700
+++ b/jdk/make/netbeans/world/build.xml	Sun Jun 20 14:51:33 2010 -0700
@@ -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>