summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2002-05-06 19:50:55 +0000
committerJeremy Katz <katzj@redhat.com>2002-05-06 19:50:55 +0000
commitc6f5707e241ab98b0869c2194352d9c5ec86e4f2 (patch)
tree2f4b22f7d6a0e271942a68de282a7cf6ea37b1ab /Makefile
parent5740c05765c71171c7b4c5950989134e4c261717 (diff)
downloadanaconda-c6f5707e241ab98b0869c2194352d9c5ec86e4f2.tar.gz
anaconda-c6f5707e241ab98b0869c2194352d9c5ec86e4f2.tar.xz
anaconda-c6f5707e241ab98b0869c2194352d9c5ec86e4f2.zip
these aren't in the anaconda module anymore
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index e4da8f559..391cc3474 100644
--- a/Makefile
+++ b/Makefile
@@ -99,12 +99,8 @@ create-snapshot:
[ x"$$tag" = x"(none)" ] && tag=HEAD; \
echo "*** Pulling off $$tag!"; \
cd /tmp ; cvs -Q -d $(CVSROOT) export -r $$tag anaconda || echo "Um... export aborted."
- @cd /tmp/anaconda ; rm -f isys/modutils/modutils.spec
@cd /tmp/anaconda ; rm -f pycheckrc-for-anaconda
@cd /tmp/anaconda ; rm -rf comps
- @cd /tmp/anaconda ; rm -rf help
- @cd /tmp/anaconda ; rm -rf text-help
- @cd /tmp/anaconda ; rm -rf booty
@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)