From d63f0c8fffecfaed6d0743e976d5d29831223dad 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/qpid@492636 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/rpm/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cpp') 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 -- cgit v1.2.1