summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorjcwillia <jcwillia>2006-08-17 18:22:38 +0000
committerjcwillia <jcwillia>2006-08-17 18:22:38 +0000
commit76b4db3f7d2309f8c62effeb2a6de17e3146f21b (patch)
treef7851edc973f1101758b50296a04206f9a62a702 /Makefile
parent0da82906230f2f357462d9d3c9cd62ce6a934eec (diff)
downloadmock-76b4db3f7d2309f8c62effeb2a6de17e3146f21b.tar.gz
mock-76b4db3f7d2309f8c62effeb2a6de17e3146f21b.tar.xz
mock-76b4db3f7d2309f8c62effeb2a6de17e3146f21b.zip
reformatted rpmbuild command for readability
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 97d848a..5cf4eac 100644
--- a/Makefile
+++ b/Makefile
@@ -37,7 +37,10 @@ archive:
rpm: archive
rm -rf build dist
mkdir build dist
- rpmbuild --define "_sourcedir $(PWD)" --define "_builddir $(PWD)/build" --define "_srcrpmdir $(PWD)/dist" --define "_rpmdir $(PWD)/dist" -ba mock.spec
+ rpmbuild --define "_sourcedir $(PWD)" \
+ --define "_builddir $(PWD)/build" \
+ --define "_srcrpmdir $(PWD)/dist" \
+ --define "_rpmdir $(PWD)/dist" -ba mock.spec
RPMARGS := --define "_sourcedir $(PWD)" \
--define "_builddir $(PWD)/buildsys" \