summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2001-06-20 04:26:59 +0000
committerMatt Wilson <msw@redhat.com>2001-06-20 04:26:59 +0000
commit021b6a3cf918df1d9cdcc6e46deb4779fc470a2c (patch)
tree829cb30eb0c1c014dc1f4af55ae58da4fe374ee1 /Makefile
parent33d369901ba17bbceb6aaf1c32c24e726c3156c5 (diff)
downloadanaconda-021b6a3cf918df1d9cdcc6e46deb4779fc470a2c.tar.gz
anaconda-021b6a3cf918df1d9cdcc6e46deb4779fc470a2c.tar.xz
anaconda-021b6a3cf918df1d9cdcc6e46deb4779fc470a2c.zip
surpress errors
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 8430fea43..a84aac495 100644
--- a/Makefile
+++ b/Makefile
@@ -95,8 +95,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 isys/modutils/modutils.spec
- @cd /tmp/anaconda ; rm pycheckrc-for-anaconda
+ @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 ; sed -e "s/@@VERSION@@/$(VERSION)/g" -e "s/@@RELEASE@@/$(SNAPRELEASE)/g" < anaconda.spec.in > anaconda.spec
@mv /tmp/anaconda /tmp/anaconda-$(VERSION)