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 | c1f110fac251e83a08ffd67815d59b98ab2ae680 (patch) | |
| tree | 2bfeae791a7ae0b45d021402e7ee56d70d45c8b6 | |
| parent | 54bfebd60800c46458072769555d86402fd830db (diff) | |
| download | qpid-python-c1f110fac251e83a08ffd67815d59b98ab2ae680.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@1455153 13f79535-47bb-0310-9956-ffa450edef68
| -rwxr-xr-x | qpid/bin/release.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/qpid/bin/release.sh b/qpid/bin/release.sh index c6a3f43496..d17980e351 100755 --- a/qpid/bin/release.sh +++ b/qpid/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 \ |
