common/autoconf/hotspot-spec.gmk.in

changeset 855
ac09e62d5e6b
parent 839
174a54ce39c4
parent 854
22c6f0b7e2b5
child 912
a667caba1e84
child 972
f3697e0783e2
     1.1 --- a/common/autoconf/hotspot-spec.gmk.in	Thu Oct 17 09:40:42 2013 -0700
     1.2 +++ b/common/autoconf/hotspot-spec.gmk.in	Sat Oct 19 08:51:39 2013 -0700
     1.3 @@ -1,5 +1,5 @@
     1.4  #
     1.5 -# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
     1.6 +# Copyright (c) 2011, 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 @@ -123,8 +123,7 @@
    1.11  # Hotspot expects the variable ZIP_DEBUGINFO_FILES=1/0 and not true/false.
    1.12  ifeq ($(ZIP_DEBUGINFO_FILES)$(ENABLE_DEBUG_SYMBOLS), truetrue)
    1.13    ZIP_DEBUGINFO_FILES:=1
    1.14 -endif
    1.15 -ifeq ($(ZIP_DEBUGINFO_FILES), false)
    1.16 +else
    1.17    ZIP_DEBUGINFO_FILES:=0
    1.18  endif
    1.19  

mercurial