Makefile revision 3632
657a8c206b913d1ee578fd725f0b25eca5b77253Jan Friedel# Copyright (c) 1995, 2012, Oracle and/or its affiliates. All rights reserved.
657a8c206b913d1ee578fd725f0b25eca5b77253Jan Friedel# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
657a8c206b913d1ee578fd725f0b25eca5b77253Jan Friedel# This code is free software; you can redistribute it and/or modify it
657a8c206b913d1ee578fd725f0b25eca5b77253Jan Friedel# under the terms of the GNU General Public License version 2 only, as
657a8c206b913d1ee578fd725f0b25eca5b77253Jan Friedel# published by the Free Software Foundation.
657a8c206b913d1ee578fd725f0b25eca5b77253Jan Friedel# This code is distributed in the hope that it will be useful, but WITHOUT
657a8c206b913d1ee578fd725f0b25eca5b77253Jan Friedel# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
657a8c206b913d1ee578fd725f0b25eca5b77253Jan Friedel# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
657a8c206b913d1ee578fd725f0b25eca5b77253Jan Friedel# version 2 for more details (a copy is included in the LICENSE file that
657a8c206b913d1ee578fd725f0b25eca5b77253Jan Friedel# accompanied this code).
657a8c206b913d1ee578fd725f0b25eca5b77253Jan Friedel# You should have received a copy of the GNU General Public License version
657a8c206b913d1ee578fd725f0b25eca5b77253Jan Friedel# 2 along with this work; if not, write to the Free Software Foundation,
657a8c206b913d1ee578fd725f0b25eca5b77253Jan Friedel# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
657a8c206b913d1ee578fd725f0b25eca5b77253Jan Friedel# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
657a8c206b913d1ee578fd725f0b25eca5b77253Jan Friedel# or visit www.oracle.com if you need additional information or have any
657a8c206b913d1ee578fd725f0b25eca5b77253Jan Friedel# Makefile to run various jdk tests
SLASH_JAVA = J:
CD = cd
ECHO = echo
PRODUCT_HOME := \
$(shell \
# Expect JPRT to set JAVA_ARGS (e.g. -server etc.)
$(JTREG_KEY_OPTION) \
$(EXTRA_JTREG_OPTIONS) \
$(JAVA_OPTIONS:%=-vmoption:%) \
$(JTREG_TESTDIRS) \
|| $(BUNDLE_UP_FAILED)
$(BUNDLE_UP)
$(JTREG_KEY_OPTION) \
$(EXTRA_JTREG_OPTIONS) \
$(JAVA_OPTIONS:%=-vmoption:%) \
|| $(BUNDLE_UP_FAILED)
$(BUNDLE_UP)
$(BUNDLE_UP)
# Phony targets (e.g. these are not filenames)