Changeset 309 for trunk/openjdk/hotspot/test/Makefile
- Timestamp:
- Feb 13, 2012, 10:07:12 PM (14 years ago)
- Location:
- trunk/openjdk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/openjdk
- Property svn:mergeinfo changed
/branches/vendor/oracle/openjdk6/b24 (added) merged: 308 /branches/vendor/oracle/openjdk6/current merged: 307
- Property svn:mergeinfo changed
-
trunk/openjdk/hotspot/test/Makefile
r278 r309 1 1 # 2 # Copyright (c) 1995, 20 09, Oracle and/or its affiliates. All rights reserved.2 # Copyright (c) 1995, 2010, Oracle and/or its affiliates. All rights reserved. 3 3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 4 # … … 79 79 80 80 # Root of all test results 81 ABS_BUILD_ROOT = $(TEST_ROOT)/../build/$(PLATFORM)-$(ARCH) 81 ifdef ALT_OUTPUTDIR 82 ABS_BUILD_ROOT = $(ALT_OUTPUTDIR)/$(PLATFORM)-$(ARCH) 83 else 84 ABS_BUILD_ROOT = $(TEST_ROOT)/../build/$(PLATFORM)-$(ARCH) 85 endif 82 86 ABS_TEST_OUTPUT_DIR = $(ABS_BUILD_ROOT)/testoutput 83 87
Note:
See TracChangeset
for help on using the changeset viewer.