diff options
| author | Darryl L. Pierce <mcpierce@apache.org> | 2013-03-11 14:16:52 +0000 |
|---|---|---|
| committer | Darryl L. Pierce <mcpierce@apache.org> | 2013-03-11 14:16:52 +0000 |
| commit | 6dd4e6afde78433e3d6a396e4404c72676e7c6a7 (patch) | |
| tree | 8ade7540a2f089e43b9199d9ab1950ce0036d63a /bin | |
| parent | 7781c6b62cb2ff10a60b305a8807400c1efb666e (diff) | |
| download | qpid-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-x | bin/release.sh | 3 |
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 \ |
