make/bsd/makefiles/dtrace.make

changeset 4492
8b46b0196eb0
parent 4344
892acf0431ef
child 5898
f509b8f4699b
     1.1 --- a/make/bsd/makefiles/dtrace.make	Thu Jan 24 23:30:45 2013 -0800
     1.2 +++ b/make/bsd/makefiles/dtrace.make	Fri Jan 25 10:04:08 2013 -0500
     1.3 @@ -1,5 +1,5 @@
     1.4  #
     1.5 -# Copyright (c) 2005, 2012, Oracle and/or its affiliates. All rights reserved.
     1.6 +# Copyright (c) 2005, 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 @@ -25,10 +25,9 @@
    1.11  # Rules to build jvm_db/dtrace, used by vm.make
    1.12  
    1.13  # We build libjvm_dtrace/libjvm_db/dtrace for COMPILER1 and COMPILER2
    1.14 -# but not for CORE or KERNEL configurations.
    1.15 +# but not for CORE configuration.
    1.16  
    1.17  ifneq ("${TYPE}", "CORE")
    1.18 -ifneq ("${TYPE}", "KERNEL")
    1.19  
    1.20  ifeq ($(OS_VENDOR), Darwin)
    1.21  # we build dtrace for macosx using USDT2 probes
    1.22 @@ -280,13 +279,6 @@
    1.23  endif # ifeq ($(OS_VENDOR), Darwin)
    1.24  
    1.25  
    1.26 -else # KERNEL build
    1.27 -
    1.28 -dtraceCheck:
    1.29 -	$(QUIETLY) echo "**NOTICE** Dtrace support disabled for KERNEL builds"
    1.30 -
    1.31 -endif # ifneq ("${TYPE}", "KERNEL")
    1.32 -
    1.33  else # CORE build
    1.34  
    1.35  dtraceCheck:

mercurial