hotspot/make/windows/makefiles/sa.make
changeset 10568 ef6fdc46c7c1
parent 10259 fc6e02d351c4
child 11721 dcd1f62c9caf
equal deleted inserted replaced
10567:149651837c4a 10568:ef6fdc46c7c1
    50 default::  $(GENERATED)\sa-jdi.jar
    50 default::  $(GENERATED)\sa-jdi.jar
    51 
    51 
    52 # Remove the space between $(SA_BUILD_VERSION_PROP) and > below as it adds a white space
    52 # Remove the space between $(SA_BUILD_VERSION_PROP) and > below as it adds a white space
    53 # at the end of SA version string and causes a version mismatch with the target VM version.
    53 # at the end of SA version string and causes a version mismatch with the target VM version.
    54 
    54 
    55 $(GENERATED)\sa-jdi.jar: $(AGENT_FILES1:/=\) $(AGENT_FILES2:/=\)
    55 $(GENERATED)\sa-jdi.jar: $(AGENT_FILES:/=\)
    56 	@if not exist $(SA_CLASSDIR) mkdir $(SA_CLASSDIR)
    56 	@if not exist $(SA_CLASSDIR) mkdir $(SA_CLASSDIR)
    57 	@echo ...Building sa-jdi.jar
    57 	@echo ...Building sa-jdi.jar
    58 	@echo ...$(COMPILE_JAVAC) -classpath $(SA_CLASSPATH) -d $(SA_CLASSDIR) ....
    58 	@echo ...$(COMPILE_JAVAC) -classpath $(SA_CLASSPATH) -d $(SA_CLASSDIR) ....
    59 	@$(COMPILE_JAVAC) -classpath $(SA_CLASSPATH) -sourcepath $(AGENT_SRC_DIR) -d $(SA_CLASSDIR) $(AGENT_FILES1:/=\)
    59 	@$(COMPILE_JAVAC) -classpath $(SA_CLASSPATH) -sourcepath $(AGENT_SRC_DIR) -d $(SA_CLASSDIR) $(AGENT_FILES:/=\)
    60 	@$(COMPILE_JAVAC) -classpath $(SA_CLASSPATH) -sourcepath $(AGENT_SRC_DIR) -d $(SA_CLASSDIR) $(AGENT_FILES2:/=\)
       
    61 	$(COMPILE_RMIC) -classpath $(SA_CLASSDIR) -d $(SA_CLASSDIR) sun.jvm.hotspot.debugger.remote.RemoteDebuggerServer
    60 	$(COMPILE_RMIC) -classpath $(SA_CLASSDIR) -d $(SA_CLASSDIR) sun.jvm.hotspot.debugger.remote.RemoteDebuggerServer
    62 	$(QUIETLY) echo $(SA_BUILD_VERSION_PROP)> $(SA_PROPERTIES)
    61 	$(QUIETLY) echo $(SA_BUILD_VERSION_PROP)> $(SA_PROPERTIES)
    63 	$(QUIETLY) rm -f $(SA_CLASSDIR)/sun/jvm/hotspot/utilities/soql/sa.js
    62 	$(QUIETLY) rm -f $(SA_CLASSDIR)/sun/jvm/hotspot/utilities/soql/sa.js
    64 	$(QUIETLY) cp $(AGENT_SRC_DIR)/sun/jvm/hotspot/utilities/soql/sa.js $(SA_CLASSDIR)/sun/jvm/hotspot/utilities/soql
    63 	$(QUIETLY) cp $(AGENT_SRC_DIR)/sun/jvm/hotspot/utilities/soql/sa.js $(SA_CLASSDIR)/sun/jvm/hotspot/utilities/soql
    65 	$(QUIETLY) rm -rf $(SA_CLASSDIR)/sun/jvm/hotspot/ui/resources
    64 	$(QUIETLY) rm -rf $(SA_CLASSDIR)/sun/jvm/hotspot/ui/resources