comparison make/solaris/makefiles/debug.make @ 7482:989155e2d07a

Merge with hs25-b15.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Wed, 16 Jan 2013 01:34:24 +0100
parents e522a00b91aa 892acf0431ef
children a7a93887b4c4
comparison
equal deleted inserted replaced
7381:6761a8f854a4 7482:989155e2d07a
1 # 1 #
2 # Copyright (c) 1998, 2008, Oracle and/or its affiliates. All rights reserved. 2 # Copyright (c) 1998, 2012, Oracle and/or its affiliates. All rights reserved.
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 # 4 #
5 # This code is free software; you can redistribute it and/or modify it 5 # This code is free software; you can redistribute it and/or modify it
6 # under the terms of the GNU General Public License version 2 only, as 6 # under the terms of the GNU General Public License version 2 only, as
7 # published by the Free Software Foundation. 7 # published by the Free Software Foundation.
54 "-------------------------------------------------------------------------\n" \ 54 "-------------------------------------------------------------------------\n" \
55 "WARNING: 'gnumake debug' is deprecated. It will be removed in the future.\n" \ 55 "WARNING: 'gnumake debug' is deprecated. It will be removed in the future.\n" \
56 "Please use 'gnumake jvmg' to build debug JVM. \n" \ 56 "Please use 'gnumake jvmg' to build debug JVM. \n" \
57 "-------------------------------------------------------------------------\n") 57 "-------------------------------------------------------------------------\n")
58 58
59 G_SUFFIX = _g
60 VERSION = debug 59 VERSION = debug
61 SYSDEFS += -DASSERT -DDEBUG 60 SYSDEFS += -DASSERT -DDEBUG
62 PICFLAGS = DEFAULT 61 PICFLAGS = DEFAULT