7013739: jdk_rmi target is missing in the top repo's test/Makefile

Thu, 20 Jan 2011 22:16:55 -0800

author
mchung
date
Thu, 20 Jan 2011 22:16:55 -0800
changeset 285
f722c246ce71
parent 282
b566d4909056
child 286
65e6601596e2

7013739: jdk_rmi target is missing in the top repo's test/Makefile
Reviewed-by: ohair, igor

test/Makefile file | annotate | diff | comparison | revisions
     1.1 --- a/test/Makefile	Thu Jan 13 16:43:45 2011 -0800
     1.2 +++ b/test/Makefile	Thu Jan 20 22:16:55 2011 -0800
     1.3 @@ -79,7 +79,7 @@
     1.4  # Test targets
     1.5  $(LANGTOOLS_TEST_LIST):
     1.6  	@$(NO_STOPPING)$(call SUBDIR_TEST, $(LANGTOOLS_DIR), $(subst langtools_,,$@))
     1.7 -$(JDK_TEST_LIST):
     1.8 +$(JDK_TEST_LIST) $(JDK_TEST_LIST2):
     1.9  	@$(NO_STOPPING)$(call SUBDIR_TEST, $(JDK_DIR), $@)
    1.10  
    1.11  clean:

mercurial