summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>1999-11-30 23:18:42 +0000
committerMike Fulbright <msf@redhat.com>1999-11-30 23:18:42 +0000
commit31a9fb3e2dc0b7d48959ca8fe442db3d70c21927 (patch)
tree694c8c038b785aae266691d456c7ccf4453cf733
parent5910e3853d661c4aa1544f9111fa651521e924b5 (diff)
downloadanaconda-31a9fb3e2dc0b7d48959ca8fe442db3d70c21927.tar.gz
anaconda-31a9fb3e2dc0b7d48959ca8fe442db3d70c21927.tar.xz
anaconda-31a9fb3e2dc0b7d48959ca8fe442db3d70c21927.zip
Typo
Dr Mike
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 95d67e81d..815b501a8 100644
--- a/Makefile
+++ b/Makefile
@@ -90,7 +90,7 @@ install: all
create-archive:
@rm -rf /tmp/anaconda
- echo "WARNING WARNING WARNING: Pulling HEAD off - need to do tagging instead!"
+ @echo "WARNING WARNING WARNING: Pulling HEAD off - need to do tagging instead!"
@cd /tmp ; cvs -Q -d $(CVSROOT) export -D "0 days ago" anaconda || echo "Um... export aborted."
@cd /tmp/anaconda ; sed -e "s/@@VERSION@@/$(VERSION)/g" < anaconda.spec.in > kudzu.spec
@mv /tmp/anaconda /tmp/anaconda-reconfig-$(VERSION)