Ignore:
Timestamp:
Feb 13, 2012, 10:07:12 PM (14 years ago)
Author:
dmik
Message:

trunk: Merged in openjdk6 b24 from branches/vendor/oracle.

Location:
trunk/openjdk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/openjdk

  • trunk/openjdk/hotspot/make/solaris/Makefile

    r278 r309  
    11#
    2 # Copyright (c) 1998, 2008, Oracle and/or its affiliates. All rights reserved.
     2# Copyright (c) 1998, 2010, Oracle and/or its affiliates. All rights reserved.
    33# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    44#
     
    2020# or visit www.oracle.com if you need additional information or have any
    2121# questions.
    22 # 
     22#
    2323#
    2424
     
    3737# from the PATH.
    3838
    39 # Along with VM, Serviceability Agent (SA) is built for SA/JDI binding. 
    40 # JDI binding on SA produces two binaries: 
     39# Along with VM, Serviceability Agent (SA) is built for SA/JDI binding.
     40# JDI binding on SA produces two binaries:
    4141#  1. sa-jdi.jar       - This is build before building libjvm[_g].so
    4242#                        Please refer to ./makefiles/sa.make
    4343#  2. libsaproc[_g].so - Native library for SA - This is built after
    4444#                        libjsig[_g].so (signal interposition library)
    45 #                        Please refer to ./makefiles/vm.make 
     45#                        Please refer to ./makefiles/vm.make
    4646# If $(GAMMADIR)/agent dir is not present, SA components are not built.
    4747
     
    5353include $(GAMMADIR)/make/$(OSNAME)/makefiles/rules.make
    5454
    55 ifndef LP64
    5655ifndef CC_INTERP
    57 FORCE_TIERED=1
    58 endif
     56  ifndef FORCE_TIERED
     57    FORCE_TIERED=1
     58  endif
    5959endif
    6060
     
    213213
    214214$(SUBDIRS_C2): $(BUILDTREE_MAKE)
    215 ifdef FORCE_TIERED
     215ifeq ($(FORCE_TIERED),1)
    216216        $(QUIETLY) $(MAKE) -f $(GAMMADIR)/make/$(OSNAME)/Makefile checks
    217217                $(BUILDTREE) VARIANT=tiered FORCE_TIERED=1
Note: See TracChangeset for help on using the changeset viewer.