7041603: standalone SA doesn't build after 7010849

Tue, 03 May 2011 20:56:35 -0700

author
never
date
Tue, 03 May 2011 20:56:35 -0700
changeset 2872
eae35325e5e1
parent 2871
8a9941687aae
child 2873
e9b8ef09622a
child 2875
6ee92b277bc5

7041603: standalone SA doesn't build after 7010849
Reviewed-by: dcubed

agent/make/Makefile file | annotate | diff | comparison | revisions
     1.1 --- a/agent/make/Makefile	Tue May 03 17:09:05 2011 -0700
     1.2 +++ b/agent/make/Makefile	Tue May 03 20:56:35 2011 -0700
     1.3 @@ -257,7 +257,7 @@
     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 +	$(JAVAC) -classpath $(CLASSPATH) -deprecation -sourcepath $(SRC_DIR) -g -d $(OUTPUT_DIR) @filelist
     1.9  	$(RMIC) -classpath $(OUTPUT_DIR) -d $(OUTPUT_DIR) sun.jvm.hotspot.debugger.remote.RemoteDebuggerServer
    1.10  	rm -f $(OUTPUT_DIR)/sun/jvm/hotspot/utilities/soql/sa.js
    1.11  	cp $(SRC_DIR)/sun/jvm/hotspot/utilities/soql/sa.js $(OUTPUT_DIR)/sun/jvm/hotspot/utilities/soql
    1.12 @@ -269,7 +269,7 @@
    1.13  allprof: filelist
    1.14  	@mkdir -p $(OUTPUT_DIR)
    1.15  	@echo "$(SA_BUILD_VERSION_PROP)" > $(SA_PROPERTIES)
    1.16 -	$(JAVAC) -source 1.4 -J-Xprof -classpath $(CLASSPATH) -deprecation -sourcepath $(SRC_DIR) -g -d $(OUTPUT_DIR) @filelist
    1.17 +	$(JAVAC) -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  	rm -f $(OUTPUT_DIR)/sun/jvm/hotspot/utilities/soql/sa.js
    1.20  	cp $(SRC_DIR)/sun/jvm/hotspot/utilities/soql/sa.js $(OUTPUT_DIR)/sun/jvm/hotspot/utilities/soql

mercurial