agent/make/Makefile

changeset 587
c70a245cad3a
parent 435
a61af66fc99e
child 631
d1605aabd0a1
     1.1 --- a/agent/make/Makefile	Tue Apr 01 16:14:18 2008 -0700
     1.2 +++ b/agent/make/Makefile	Fri May 09 08:55:13 2008 -0700
     1.3 @@ -246,16 +246,16 @@
     1.4  all: filelist
     1.5  	@mkdir -p $(OUTPUT_DIR)
     1.6  	@echo "$(SA_BUILD_VERSION_PROP)" > $(SA_PROPERTIES)
     1.7 -	@javac -source 1.4 -classpath $(CLASSPATH) -deprecation -sourcepath $(SRC_DIR) -g -d $(OUTPUT_DIR) @filelist
     1.8 -	@rmic -classpath $(OUTPUT_DIR) -d $(OUTPUT_DIR) sun.jvm.hotspot.debugger.remote.RemoteDebuggerServer
     1.9 +	@${JDK_HOME}/bin/javac -source 1.4 -classpath $(CLASSPATH) -deprecation -sourcepath $(SRC_DIR) -g -d $(OUTPUT_DIR) @filelist
    1.10 +	@${JDK_HOME}/bin/rmic -classpath $(OUTPUT_DIR) -d $(OUTPUT_DIR) sun.jvm.hotspot.debugger.remote.RemoteDebuggerServer
    1.11  	rm -f $(OUTPUT_DIR)/sun/jvm/hotspot/utilities/soql/sa.js
    1.12  	cp $(SRC_DIR)/sun/jvm/hotspot/utilities/soql/sa.js $(OUTPUT_DIR)/sun/jvm/hotspot/utilities/soql
    1.13  
    1.14  allprof: filelist
    1.15  	@mkdir -p $(OUTPUT_DIR)
    1.16  	@echo "$(SA_BUILD_VERSION_PROP)" > $(SA_PROPERTIES)
    1.17 -	@javac -source 1.4 -J-Xprof -classpath $(CLASSPATH) -deprecation -sourcepath $(SRC_DIR) -g -d $(OUTPUT_DIR) @filelist
    1.18 -	@rmic -classpath $(OUTPUT_DIR) -d $(OUTPUT_DIR) sun.jvm.hotspot.debugger.remote.RemoteDebuggerServer
    1.19 +	@${JDK_HOME}/bin/javac -source 1.4 -J-Xprof -classpath $(CLASSPATH) -deprecation -sourcepath $(SRC_DIR) -g -d $(OUTPUT_DIR) @filelist
    1.20 +	@${JDK_HOME}/bin/rmic -classpath $(OUTPUT_DIR) -d $(OUTPUT_DIR) sun.jvm.hotspot.debugger.remote.RemoteDebuggerServer
    1.21  	rm -f $(OUTPUT_DIR)/sun/jvm/hotspot/utilities/soql/sa.js
    1.22  	cp $(SRC_DIR)/sun/jvm/hotspot/utilities/soql/sa.js $(OUTPUT_DIR)/sun/jvm/hotspot/utilities/soql
    1.23  

mercurial