summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjcwillia <jcwillia>2006-08-07 18:29:22 +0000
committerjcwillia <jcwillia>2006-08-07 18:29:22 +0000
commitda8e42aeed4c1632b7d6a7fec79c41f4b6425d2c (patch)
tree0ab1655fd1188f541a079d9f7fa40791d86105bb
parent01981bad15d664e075a786f6199c0d56c17dcd11 (diff)
downloadmock-da8e42aeed4c1632b7d6a7fec79c41f4b6425d2c.tar.gz
mock-da8e42aeed4c1632b7d6a7fec79c41f4b6425d2c.tar.xz
mock-da8e42aeed4c1632b7d6a7fec79c41f4b6425d2c.zip
removed rhl buildsys targets; changed devel to 6
-rw-r--r--Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 5c54da2..bced0a0 100644
--- a/Makefile
+++ b/Makefile
@@ -49,12 +49,9 @@ RPMARGS := --define "_sourcedir $(PWD)" \
buildsys-rpm:
rm -rf buildsys
mkdir buildsys
- for i in 1 2 3 4 5 devel; do \
+ for i in 1 2 3 4 5 6; do \
rpmbuild $(RPMARGS) --define "fedora $$i" --define "dist .fc$$i" -bb buildsys-build.spec; \
done
- for i in 73 8 9; do \
- rpmbuild $(RPMARGS) --define "rhl $$i" --define "dist .rhl$$i" -bb buildsys-build.spec; \
- done
for i in 3 4; do \
rpmbuild $(RPMARGS) --define "rhel $$i" --define "dist .rhel$$i" -bb buildsys-build.spec; \
done