You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafodion.apache.org by hz...@apache.org on 2016/03/01 23:35:51 UTC

[05/37] incubator-trafodion git commit: remove useless variables

remove useless variables


Project: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/commit/c5d38bb6
Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/tree/c5d38bb6
Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/diff/c5d38bb6

Branch: refs/heads/master
Commit: c5d38bb6bed8cbfaa1e2987b9d2269ccda8e42e8
Parents: 05c680f
Author: Kevin Xu <ka...@esgyn.cn>
Authored: Tue Dec 22 10:48:29 2015 +0800
Committer: Kevin Xu <ka...@esgyn.cn>
Committed: Tue Dec 22 10:48:29 2015 +0800

----------------------------------------------------------------------
 core/conn/spj_mgmt/Makefile | 3 ---
 1 file changed, 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/c5d38bb6/core/conn/spj_mgmt/Makefile
----------------------------------------------------------------------
diff --git a/core/conn/spj_mgmt/Makefile b/core/conn/spj_mgmt/Makefile
index 2961add..dce7d14 100644
--- a/core/conn/spj_mgmt/Makefile
+++ b/core/conn/spj_mgmt/Makefile
@@ -19,12 +19,9 @@
 #
 # @@@ END COPYRIGHT @@@
 
-LIBDIR := lib
-JAVAC := $(JAVA_HOME)/bin/javac
 INSTALL_LIBDIR := ${MY_SQROOT}/export/lib
 INSTALL_SCRIPTSDIR := ${MY_SQROOT}/sql/scripts
 CP :=/bin/cp -f
-INSTALL_INCLUDEDIR := ${MY_SQROOT}/export/include
 all:
 	@$(MAVEN) package
 	${CP} target/spj_mgmt-*.jar ${INSTALL_LIBDIR}/spj_mgmt.jar