make/solaris/makefiles/dtrace.make

changeset 4492
8b46b0196eb0
parent 4344
892acf0431ef
child 5501
c661fa2e5189
equal deleted inserted replaced
4491:6cf2530f7fd3 4492:8b46b0196eb0
1 # 1 #
2 # Copyright (c) 2005, 2012, Oracle and/or its affiliates. All rights reserved. 2 # Copyright (c) 2005, 2013, 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.
23 # 23 #
24 24
25 # Rules to build jvm_db/dtrace, used by vm.make 25 # Rules to build jvm_db/dtrace, used by vm.make
26 26
27 # We build libjvm_dtrace/libjvm_db/dtrace for COMPILER1 and COMPILER2 27 # We build libjvm_dtrace/libjvm_db/dtrace for COMPILER1 and COMPILER2
28 # but not for CORE or KERNEL configurations. 28 # but not for CORE configuration.
29 29
30 ifneq ("${TYPE}", "CORE") 30 ifneq ("${TYPE}", "CORE")
31 ifneq ("${TYPE}", "KERNEL")
32 31
33 ifdef USE_GCC 32 ifdef USE_GCC
34 33
35 dtraceCheck: 34 dtraceCheck:
36 $(QUIETLY) echo "**NOTICE** Dtrace support disabled for gcc builds" 35 $(QUIETLY) echo "**NOTICE** Dtrace support disabled for gcc builds"
360 359
361 endif # ifneq ("${dtraceFound}", "") 360 endif # ifneq ("${dtraceFound}", "")
362 361
363 endif # ifdef USE_GCC 362 endif # ifdef USE_GCC
364 363
365 else # KERNEL build
366
367 dtraceCheck:
368 $(QUIETLY) echo "**NOTICE** Dtrace support disabled for KERNEL builds"
369
370 endif # ifneq ("${TYPE}", "KERNEL")
371
372 else # CORE build 364 else # CORE build
373 365
374 dtraceCheck: 366 dtraceCheck:
375 $(QUIETLY) echo "**NOTICE** Dtrace support disabled for CORE builds" 367 $(QUIETLY) echo "**NOTICE** Dtrace support disabled for CORE builds"
376 368

mercurial