Repository: incubator-trafodion Updated Branches: refs/heads/master 39d3a0c44 -> d5ab1eae3
[TRAFODION-1668] Emergency build fix The earlier pull request passed test, but then it was a long time before it merged. By time work for 1668 merged, it caused a build error. The branch is now broken for all builds without this small change. Project: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/commit/6b4db624 Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/tree/6b4db624 Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/diff/6b4db624 Branch: refs/heads/master Commit: 6b4db62477a80f2984fc6a6cfca1762ada1003fe Parents: 39d3a0c Author: Steve Varnau <[email protected]> Authored: Wed Mar 2 17:08:24 2016 +0000 Committer: Steve Varnau <[email protected]> Committed: Wed Mar 2 17:08:24 2016 +0000 ---------------------------------------------------------------------- core/sql/lib_mgmt/Makefile | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/6b4db624/core/sql/lib_mgmt/Makefile ---------------------------------------------------------------------- diff --git a/core/sql/lib_mgmt/Makefile b/core/sql/lib_mgmt/Makefile index a89701e..3ae8c42 100644 --- a/core/sql/lib_mgmt/Makefile +++ b/core/sql/lib_mgmt/Makefile @@ -24,6 +24,7 @@ INSTALL_SCRIPTSDIR := ${MY_SQROOT}/sql/scripts CP :=/bin/cp -f all: @$(MAVEN) package + mkdir -p ${INSTALL_LIBDIR} ${CP} target/lib_mgmt-*.jar ${INSTALL_LIBDIR}/lib_mgmt.jar ${CP} src/main/resources/init_libmgmt.sh ${INSTALL_SCRIPTSDIR}/ @chmod +x ${INSTALL_SCRIPTSDIR}/init_libmgmt.sh
