diff make/windows/build.make @ 1322:21141e23627a

6923488: 4/4 need minor tweaks to HotSpot build for Cygwin Summary: Clean up get_msc_ver, build.bat and build.make in general and for Cygwin. Reviewed-by: ohair
author dcubed
date Tue, 16 Mar 2010 17:47:03 -0600
parents b6272ef4a18f
children 39e409a664b3
line wrap: on
line diff
--- a/make/windows/build.make	Fri Aug 21 20:16:58 2009 -0700
+++ b/make/windows/build.make	Tue Mar 16 17:47:03 2010 -0600
@@ -233,6 +233,12 @@
 	cd $(variantDir)
 	nmake -nologo -f $(WorkSpace)\make\windows\makefiles\top.make BUILD_FLAVOR=product DEVELOP=1 ARCH=$(ARCH)
 
+# target to create just the directory structure
+tree: checks $(variantDir) $(variantDir)\local.make sanity
+	mkdir $(variantDir)\product
+	mkdir $(variantDir)\debug
+	mkdir $(variantDir)\fastdebug
+
 sanity:
 	@ echo;
 	@ cd $(variantDir)