diff -r a667caba1e84 -r 9937f406e27e test/Makefile --- a/test/Makefile Thu Nov 14 10:53:23 2013 +0100 +++ b/test/Makefile Tue Nov 19 14:11:59 2013 +0000 @@ -59,7 +59,7 @@ langtools_% : @$(NO_STOPPING)$(call SUBDIR_TEST, $(LANGTOOLS_DIR), JT_JAVA=$(PRODUCT_HOME) JTREG_HOME=$(JT_HOME) TEST="$(subst langtools_,,$@)" $(subst langtools_,,$@)) -jdk_% : +jdk_% core_%s svc_%: @$(NO_STOPPING)$(call SUBDIR_TEST, $(JDK_DIR), TEST="$@" $@) ################################################################