summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorDarryl L. Pierce <mcpierce@apache.org>2013-03-11 14:16:52 +0000
committerDarryl L. Pierce <mcpierce@apache.org>2013-03-11 14:16:52 +0000
commit6dd4e6afde78433e3d6a396e4404c72676e7c6a7 (patch)
tree8ade7540a2f089e43b9199d9ab1950ce0036d63a /bin
parent7781c6b62cb2ff10a60b305a8807400c1efb666e (diff)
downloadqpid-python-6dd4e6afde78433e3d6a396e4404c72676e7c6a7.tar.gz
NO-JIRA: Fixed the Perl sources portion of release.sh.
The script was trying to call make in a directory where there is no long er a Makefile. Removed those pieces. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1455153 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'bin')
-rwxr-xr-xbin/release.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/bin/release.sh b/bin/release.sh
index c6a3f43496..d17980e351 100755
--- a/bin/release.sh
+++ b/bin/release.sh
@@ -190,9 +190,6 @@ if [ "SOURCE" == "$SOURCE" ] ; then
fi
if [ "PERL" == "$PERL" ]; then
- pushd qpid-${VER}/cpp/bindings/qpid
- make
- popd
mkdir qpid-${VER}/perl-qpid-${VER}
cp qpid-${VER}/cpp/bindings/qpid/perl/perl.i \
qpid-${VER}/cpp/bindings/qpid/perl/*pm \