comparison 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
comparison
equal deleted inserted replaced
914:50a95aa4a247 1322:21141e23627a
230 nmake -nologo -f $(WorkSpace)\make\windows\makefiles\top.make BUILD_FLAVOR=fastdebug ARCH=$(ARCH) 230 nmake -nologo -f $(WorkSpace)\make\windows\makefiles\top.make BUILD_FLAVOR=fastdebug ARCH=$(ARCH)
231 231
232 develop: checks $(variantDir) $(variantDir)\local.make sanity 232 develop: checks $(variantDir) $(variantDir)\local.make sanity
233 cd $(variantDir) 233 cd $(variantDir)
234 nmake -nologo -f $(WorkSpace)\make\windows\makefiles\top.make BUILD_FLAVOR=product DEVELOP=1 ARCH=$(ARCH) 234 nmake -nologo -f $(WorkSpace)\make\windows\makefiles\top.make BUILD_FLAVOR=product DEVELOP=1 ARCH=$(ARCH)
235
236 # target to create just the directory structure
237 tree: checks $(variantDir) $(variantDir)\local.make sanity
238 mkdir $(variantDir)\product
239 mkdir $(variantDir)\debug
240 mkdir $(variantDir)\fastdebug
235 241
236 sanity: 242 sanity:
237 @ echo; 243 @ echo;
238 @ cd $(variantDir) 244 @ cd $(variantDir)
239 @ nmake -nologo -f $(WorkSpace)\make\windows\makefiles\sanity.make 245 @ nmake -nologo -f $(WorkSpace)\make\windows\makefiles\sanity.make