6484686: The next directory looks like it is no longer part of the build (deploy makefiles)
authorohair
Mon, 14 Apr 2008 14:52:27 -0700
changeset 311 3c14f21bf3f7
parent 310 fd6bbe697bf6
child 312 b13547d8416e
child 313 4ca328b9cf83
6484686: The next directory looks like it is no longer part of the build (deploy makefiles) Summary: Getting rid of the _OUTPUTDIR settings. Using BUILD_PARENT_DIRECTORY instead. This solves problems with the "/build/windows-i586*" paths getting mangled on Windows builds (fastdebug builds in particular). Reviewed-by: tbell
jdk/make/common/shared/Defs-control.gmk
--- a/jdk/make/common/shared/Defs-control.gmk	Mon Apr 07 17:38:21 2008 -0700
+++ b/jdk/make/common/shared/Defs-control.gmk	Mon Apr 14 14:52:27 2008 -0700
@@ -69,9 +69,8 @@
 # Get shared platform settings
 include $(JDK_MAKE_SHARED_DIR)/Platform.gmk
 
-# Default output directory
+# Default directory immediately above the "build" output directory (OUTPUTDIR)
 BUILD_PARENT_DIRECTORY=$(TOPDIR)
-_OUTPUTDIR=$(TOPDIR)/build/$(PLATFORM)-$(ARCH)
 
 # Get platform specific settings
 include $(JDK_MAKE_SHARED_DIR)/Defs.gmk