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
--- 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