Repository: trafodion
Updated Branches:
  refs/heads/master 084145de6 -> e1a5e84d9


force to make the symbolic link again when creating the installation package


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

Branch: refs/heads/master
Commit: 64b5e27838ce0001354ecdf5c6725bedb758cdfa
Parents: 571611a
Author: wenjun.zhu <[email protected]>
Authored: Mon Nov 12 18:14:44 2018 +0800
Committer: wenjun.zhu <[email protected]>
Committed: Mon Nov 12 18:14:44 2018 +0800

----------------------------------------------------------------------
 core/sqf/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafodion/blob/64b5e278/core/sqf/Makefile
----------------------------------------------------------------------
diff --git a/core/sqf/Makefile b/core/sqf/Makefile
index 36ecc8d..fe0977a 100644
--- a/core/sqf/Makefile
+++ b/core/sqf/Makefile
@@ -335,10 +335,10 @@ NOTICE: ../../licenses/NOTICE-server
        cd $(@D) && $(MAKE) $(@F)
 
 rest-${TRAFODION_VER}:
-       ln -s ../rest/target/$@/$@ $@
+       ln -sf ../rest/target/$@/$@ $@
 
 dcs-${TRAFODION_VER}:
-       ln -s ../../dcs/target/$@/$@ $@
+       ln -sf ../../dcs/target/$@/$@ $@
 
 tmp/sqenv.sh:
        @if [ ! -d tmp ]; then mkdir tmp; fi

Reply via email to