diff options
| author | Arnaud Simon <arnaudsimon@apache.org> | 2008-07-01 12:45:33 +0000 |
|---|---|---|
| committer | Arnaud Simon <arnaudsimon@apache.org> | 2008-07-01 12:45:33 +0000 |
| commit | 0c020120ee04ee8923e0b51f7e5adb63ab578158 (patch) | |
| tree | d9aad228068d33b989a017483ae152087b10da91 /cc/scripts | |
| parent | 8c87dc998802e4c78dd57b9eb2a6ae60a53c5cad (diff) | |
| download | qpid-python-0c020120ee04ee8923e0b51f7e5adb63ab578158.tar.gz | |
QPID-1157: Updated scripts
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@673071 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cc/scripts')
| -rwxr-xr-x | cc/scripts/bdbstorecppbuild.sh | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/cc/scripts/bdbstorecppbuild.sh b/cc/scripts/bdbstorecppbuild.sh index 9096e13e31..3385c8d2f4 100755 --- a/cc/scripts/bdbstorecppbuild.sh +++ b/cc/scripts/bdbstorecppbuild.sh @@ -21,6 +21,4 @@ if [ -f Makefile ]; then make distclean fi - ./bootstrap && \ - ./configure CXXFLAGS="-O3 -DNDEBUG" --with-qpid-checkout=$CC_HOME && \ - make + ./bootstrap && ./configure CXXFLAGS="-O3 -DNDEBUG" --with-qpid-checkout=$CC_HOME && make |
