summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2004-09-21 20:20:43 +0000
committerJeremy Katz <katzj@redhat.com>2004-09-21 20:20:43 +0000
commit4ac69144343556bee07dc80a7b29241acd504c48 (patch)
tree92ea083b1a3c66a343445cbf12a0460b8d22b4ef /Makefile
parent5cc48d6851f1f07263bdbb9365e3dc50f24b69d7 (diff)
downloadanaconda-4ac69144343556bee07dc80a7b29241acd504c48.tar.gz
anaconda-4ac69144343556bee07dc80a7b29241acd504c48.tar.xz
anaconda-4ac69144343556bee07dc80a7b29241acd504c48.zip
remove non-needed setting of SNAPRELEASE
remove the tarball once we have an srpm
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index a38df7355..85a4db944 100644
--- a/Makefile
+++ b/Makefile
@@ -93,7 +93,8 @@ tag:
archive: create-archive
src: create-archive
- @rpmbuild -ts --nodeps anaconda-$(VERSION).tar.bz2
+ @rpmbuild -ts --nodeps anaconda-$(VERSION).tar.bz2 || exit 1
+ @rm -f anaconda-$(VERSION).tar.bz2
build: src
bhc $(COLLECTION) $(SRPMDIR)/anaconda-$(VERSION)-$(RELEASE).src.rpm
@@ -116,7 +117,7 @@ create-snapshot:
@echo "The final archive is in anaconda-$(VERSION).tar.bz2"
create-archive:
- make SNAPRELEASE=$(RELEASE) create-snapshot
+ make create-snapshot
pycheck:
PYTHONPATH=isys:textw:iw:installclasses:booty:booty/edd pychecker *.py textw/*.py iw/*.py installclasses/*.py command-stubs/*-stub | grep -v "__init__() not called"