summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2007-01-04 16:55:03 +0000
committerAlan Conway <aconway@apache.org>2007-01-04 16:55:03 +0000
commitd63f0c8fffecfaed6d0743e976d5d29831223dad (patch)
treedcf6322816ea31b08a64bd2f2dd8c9424ae8c56a
parentff40c57e740c2cefc38a32b3841fa6f59a89501b (diff)
downloadqpid-python-d63f0c8fffecfaed6d0743e976d5d29831223dad.tar.gz
Added "make check" to -build flag.
Removed rpm build directories from svn. Create them during make. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@492636 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--cpp/rpm/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/rpm/Makefile.am b/cpp/rpm/Makefile.am
index 46c071ec87..7b240c6375 100644
--- a/cpp/rpm/Makefile.am
+++ b/cpp/rpm/Makefile.am
@@ -20,6 +20,7 @@ rpm: dist
srpm: dist
rpmbuild $(RPMOPTS) -bs $(SPEC)
-# Build source distribution.
+# Build source distribution and create required subdirs.
dist:
cd .. && $(MAKE) $(AM_MAKEFLAGS) dist
+ mkdir -p BUILD RPMS SOURCES SPECS SRPMS