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

    r278 r309  
    11#
    2 # Copyright (c) 1995, 2009, Oracle and/or its affiliates. All rights reserved.
     2# Copyright (c) 1995, 2010, Oracle and/or its affiliates. All rights reserved.
    33# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    44#
     
    7979
    8080# Root of all test results
    81 ABS_BUILD_ROOT = $(TEST_ROOT)/../build/$(PLATFORM)-$(ARCH)
     81ifdef ALT_OUTPUTDIR
     82  ABS_BUILD_ROOT = $(ALT_OUTPUTDIR)/$(PLATFORM)-$(ARCH)
     83else
     84  ABS_BUILD_ROOT = $(TEST_ROOT)/../build/$(PLATFORM)-$(ARCH)
     85endif
    8286ABS_TEST_OUTPUT_DIR = $(ABS_BUILD_ROOT)/testoutput
    8387
Note: See TracChangeset for help on using the changeset viewer.