summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2002-12-03 21:24:51 +0000
committerJeremy Katz <katzj@redhat.com>2002-12-03 21:24:51 +0000
commit08f6701c5caabc257ea923a5e7d2c00bb39a0d12 (patch)
treed010a74290bcea444e1076b464f38093911353f5 /Makefile
parent8345996b3b9f995c464789292c21e2496fe80189 (diff)
downloadanaconda-08f6701c5caabc257ea923a5e7d2c00bb39a0d12.tar.gz
anaconda-08f6701c5caabc257ea923a5e7d2c00bb39a0d12.tar.xz
anaconda-08f6701c5caabc257ea923a5e7d2c00bb39a0d12.zip
don't need to nuke these from the tarball anymore
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index d5a736b7e..ef0726e35 100644
--- a/Makefile
+++ b/Makefile
@@ -109,8 +109,6 @@ create-snapshot:
[ x"$$TAG" != x ] && tag=$$TAG; \
echo "*** Pulling off $$tag!"; \
cd /tmp ; cvs -Q -d $(CVSROOT) export -r $$tag anaconda || echo "Um... export aborted."
- @cd /tmp/anaconda ; rm -f pycheckrc-for-anaconda
- @cd /tmp/anaconda ; rm -rf comps
@cd /tmp/anaconda ; sed -e "s/@@VERSION@@/$(VERSION)/g" -e "s/@@RELEASE@@/$(SNAPRELEASE)/g" < anaconda.spec.in > anaconda.spec
@mv /tmp/anaconda /tmp/anaconda-$(VERSION)
@cd /tmp ; tar --bzip2 -cSpf anaconda-$(VERSION).tar.bz2 anaconda-$(VERSION)