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/linux/Makefile

    r278 r309  
    2020# or visit www.oracle.com if you need additional information or have any
    2121# questions.
    22 # 
     22#
    2323#
    2424
     
    4646#    make REMOTE="rsh -l me myotherlinuxbox"
    4747
    48 # Along with VM, Serviceability Agent (SA) is built for SA/JDI binding. 
    49 # JDI binding on SA produces two binaries: 
     48# Along with VM, Serviceability Agent (SA) is built for SA/JDI binding.
     49# JDI binding on SA produces two binaries:
    5050#  1. sa-jdi.jar       - This is build before building libjvm[_g].so
    5151#                        Please refer to ./makefiles/sa.make
    5252#  2. libsa[_g].so     - Native library for SA - This is built after
    5353#                        libjsig[_g].so (signal interposition library)
    54 #                        Please refer to ./makefiles/vm.make 
     54#                        Please refer to ./makefiles/vm.make
    5555# If $(GAMMADIR)/agent dir is not present, SA components are not built.
    5656
     
    6262include $(GAMMADIR)/make/$(OSNAME)/makefiles/rules.make
    6363
    64 ifndef LP64
    6564ifndef CC_INTERP
    66 FORCE_TIERED=1
    67 endif
     65  ifndef FORCE_TIERED
     66    FORCE_TIERED=1
     67  endif
    6868endif
    6969
     
    257257
    258258$(SUBDIRS_C2): $(BUILDTREE_MAKE)
    259 ifdef FORCE_TIERED
     259ifeq ($(FORCE_TIERED),1)
    260260        $(QUIETLY) $(MAKE) -f $(GAMMADIR)/make/$(OSNAME)/Makefile checks
    261261                $(BUILDTREE) VARIANT=tiered FORCE_TIERED=1
Note: See TracChangeset for help on using the changeset viewer.