diff options
| author | Alan Conway <aconway@apache.org> | 2007-01-04 16:55:03 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2007-01-04 16:55:03 +0000 |
| commit | 0125b2de9daf9511ef7291c4250808f246e32fa1 (patch) | |
| tree | 8e758b7f786d8f09090162edcdcd44b2ae3a771f /qpid/cpp | |
| parent | 28f48fe96ddd11673fd02a4651c1b36e402fb053 (diff) | |
| download | qpid-python-0125b2de9daf9511ef7291c4250808f246e32fa1.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@492636 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp')
| -rw-r--r-- | qpid/cpp/rpm/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/qpid/cpp/rpm/Makefile.am b/qpid/cpp/rpm/Makefile.am index 46c071ec87..7b240c6375 100644 --- a/qpid/cpp/rpm/Makefile.am +++ b/qpid/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 |
