make/RunTestsPrebuilt.gmk
branchihse-testmakefiles-branch
changeset 55882 79c94bfb654e
parent 55881 dbf68259f80e
child 55884 9ee155c19c6a
equal deleted inserted replaced
55881:dbf68259f80e 55882:79c94bfb654e
    98     endif
    98     endif
    99   endif
    99   endif
   100 endef
   100 endef
   101 
   101 
   102 $(eval $(call VerifyVariable,TOPDIR))
   102 $(eval $(call VerifyVariable,TOPDIR))
   103 $(eval $(call VerifyVariable,OUTPUT_ROOT))
   103 $(eval $(call VerifyVariable,OUTPUTDIR))
   104 $(eval $(call VerifyVariable,BOOT_JDK))
   104 $(eval $(call VerifyVariable,BOOT_JDK))
   105 $(eval $(call VerifyVariable,JDK_IMAGE_DIR))
   105 $(eval $(call VerifyVariable,JDK_IMAGE_DIR))
   106 $(eval $(call VerifyVariable,TEST_IMAGE_DIR))
   106 $(eval $(call VerifyVariable,TEST_IMAGE_DIR))
   107 $(eval $(call VerifyVariable,JT_HOME))
   107 $(eval $(call VerifyVariable,JT_HOME))
   108 $(eval $(call VerifyVariable,TONGA_JAR))
   108 $(eval $(call VerifyVariable,TONGA_JAR))
   109 
   109 
   110 $(call CreateNewSpec, \
   110 $(call CreateNewSpec, \
   111     # Generated file -- do not edit!, \
   111     # Generated file -- do not edit!, \
   112     SPEC := $(NEW_SPEC), \
   112     SPEC := $(NEW_SPEC), \
   113     TOPDIR := $(topdir), \
   113     TOPDIR := $(topdir), \
   114     OUTPUT_ROOT := $(OUTPUT_ROOT), \
   114     OUTPUTDIR := $(OUTPUTDIR), \
   115     BOOT_JDK := $(BOOT_JDK), \
   115     BOOT_JDK := $(BOOT_JDK), \
   116     JDK_IMAGE_DIR := $(JDK_IMAGE_DIR), \
   116     JDK_IMAGE_DIR := $(JDK_IMAGE_DIR), \
   117     TEST_IMAGE_DIR := $(TEST_IMAGE_DIR), \
   117     TEST_IMAGE_DIR := $(TEST_IMAGE_DIR), \
   118     JT_HOME := $(JT_HOME), \
   118     JT_HOME := $(JT_HOME), \
   119     TONGA_JAR := $(TONGA_JAR), \
   119     TONGA_JAR := $(TONGA_JAR), \