mirror of
https://github.com/openjdk/jdk.git
synced 2026-04-05 04:31:36 +00:00
Merge
This commit is contained in:
commit
a87f754f04
@ -33,6 +33,7 @@ TOPDIR=..
|
||||
# This makefile depends on the availability of sibling directories.
|
||||
LANGTOOLS_DIR=$(TOPDIR)/langtools
|
||||
JDK_DIR=$(TOPDIR)/jdk
|
||||
HOTSPOT_DIR=$(TOPDIR)/hotspot
|
||||
|
||||
# Macro to run a test target in a subdir
|
||||
define SUBDIR_TEST # subdirectory target
|
||||
@ -62,6 +63,9 @@ langtools_% :
|
||||
jdk_% core_%s svc_%:
|
||||
@$(NO_STOPPING)$(call SUBDIR_TEST, $(JDK_DIR), TEST="$@" $@)
|
||||
|
||||
hotspot_%:
|
||||
@$(NO_STOPPING)$(call SUBDIR_TEST, $(HOTSPOT_DIR), TEST="$@" $@)
|
||||
|
||||
################################################################
|
||||
|
||||
# Phony targets (e.g. these are not filenames)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user