From 0125b2de9daf9511ef7291c4250808f246e32fa1 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Thu, 4 Jan 2007 16:55:03 +0000 Subject: 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 --- qpid/cpp/rpm/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'qpid/cpp') 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 -- cgit v1.2.1