make/windows/build.make

changeset 4942
f36e073d56a4
parent 4821
6b748c9e1845
child 5237
f2110083203d
     1.1 --- a/make/windows/build.make	Fri Apr 12 12:22:59 2013 -0700
     1.2 +++ b/make/windows/build.make	Fri Apr 12 15:53:30 2013 -0700
     1.3 @@ -1,5 +1,5 @@
     1.4  #
     1.5 -# Copyright (c) 1998, 2012, Oracle and/or its affiliates. All rights reserved.
     1.6 +# Copyright (c) 1998, 2013, Oracle and/or its affiliates. All rights reserved.
     1.7  # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8  #
     1.9  # This code is free software; you can redistribute it and/or modify it
    1.10 @@ -235,18 +235,14 @@
    1.11  	cd $(variantDir)
    1.12  	nmake -nologo -f $(WorkSpace)\make\windows\makefiles\top.make BUILD_FLAVOR=product ARCH=$(ARCH)
    1.13  
    1.14 -# The debug or jvmg (all the same thing) is an optional build
    1.15 -debug jvmg: checks $(variantDir) $(variantDir)\local.make sanity
    1.16 +# The debug build is an optional build
    1.17 +debug: checks $(variantDir) $(variantDir)\local.make sanity
    1.18  	cd $(variantDir)
    1.19  	nmake -nologo -f $(WorkSpace)\make\windows\makefiles\top.make BUILD_FLAVOR=debug ARCH=$(ARCH)
    1.20  fastdebug: checks $(variantDir) $(variantDir)\local.make sanity
    1.21  	cd $(variantDir)
    1.22  	nmake -nologo -f $(WorkSpace)\make\windows\makefiles\top.make BUILD_FLAVOR=fastdebug ARCH=$(ARCH)
    1.23  
    1.24 -develop: checks $(variantDir) $(variantDir)\local.make sanity
    1.25 -	cd $(variantDir)
    1.26 -	nmake -nologo -f $(WorkSpace)\make\windows\makefiles\top.make BUILD_FLAVOR=product DEVELOP=1 ARCH=$(ARCH)
    1.27 -
    1.28  # target to create just the directory structure
    1.29  tree: checks $(variantDir) $(variantDir)\local.make sanity
    1.30  	mkdir $(variantDir)\product

mercurial