Repository: incubator-trafodion Updated Branches: refs/heads/master bc1b2e120 -> aea761532
[TRAFODION-1874] fix build issues when PDSH installed in build system Project: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/commit/36ddfaf1 Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/tree/36ddfaf1 Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/diff/36ddfaf1 Branch: refs/heads/master Commit: 36ddfaf16b619d57e9e485c7b21f0371bea60d6c Parents: 1edc994 Author: liuming <[email protected]> Authored: Mon May 9 10:25:39 2016 +0800 Committer: liuming <[email protected]> Committed: Mon May 9 10:25:39 2016 +0800 ---------------------------------------------------------------------- core/sqf/sql/scripts/makemsg.ksh | 5 ----- 1 file changed, 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/36ddfaf1/core/sqf/sql/scripts/makemsg.ksh ---------------------------------------------------------------------- diff --git a/core/sqf/sql/scripts/makemsg.ksh b/core/sqf/sql/scripts/makemsg.ksh index cdf6cb0..5d24853 100755 --- a/core/sqf/sql/scripts/makemsg.ksh +++ b/core/sqf/sql/scripts/makemsg.ksh @@ -81,10 +81,5 @@ echo "generating sql message catalog: $error_cat ... " gencat $error_cat SqlciErrors.m fi -# On a cluster, copy it to all the nodes -if [ -e $SQ_PDCP ]; then - echo "Doing a $SQ_PDCP -p -w ${ExNodeList[@]} -x `uname -n` $error_cat `dirname $error_cat`" - $SQ_PDCP -p -w ${ExNodeList[@]} -x `uname -n` $error_cat `dirname $error_cat` -fi #exit 0
