make/windows/makefiles/defs.make

changeset 4942
f36e073d56a4
parent 4637
1b0dc9f87e75
child 5046
0380df7c3cd0
     1.1 --- a/make/windows/makefiles/defs.make	Fri Apr 12 12:22:59 2013 -0700
     1.2 +++ b/make/windows/makefiles/defs.make	Fri Apr 12 15:53:30 2013 -0700
     1.3 @@ -19,7 +19,7 @@
     1.4  # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
     1.5  # or visit www.oracle.com if you need additional information or have any
     1.6  # questions.
     1.7 -#  
     1.8 +#
     1.9  #
    1.10  
    1.11  # The common definitions for hotspot windows builds.
    1.12 @@ -209,8 +209,6 @@
    1.13  ifneq (,$(findstring MINGW,$(SYSTEM_UNAME)))
    1.14    USING_MINGW=true
    1.15  endif
    1.16 -# FIXUP: The subdirectory for a debug build is NOT the same on all platforms
    1.17 -VM_DEBUG=debug
    1.18  
    1.19  # Windows wants particular paths due to nmake (must be after macros defined)
    1.20  #   It is important that gnumake invokes nmake with C:\\...\\  formated
    1.21 @@ -292,7 +290,7 @@
    1.22    MAKE_ARGS += BUILD_WIN_SA=1
    1.23  endif
    1.24  
    1.25 -# Propagate compiler and tools paths from configure to nmake. 
    1.26 +# Propagate compiler and tools paths from configure to nmake.
    1.27  # Need to make sure they contain \\ and not /.
    1.28  ifneq ($(SPEC),)
    1.29    ifeq ($(USING_CYGWIN), true)

mercurial