summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2011-03-19 19:00:13 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2011-03-19 19:00:13 (GMT)
commit369c6f7e3e96b6ed32fde8466120185241ec541f (patch)
tree3e9823ddc37850a44e50e6bdfe13423f27ae2c01
parentdac2f1a408f57a4998d4cfd97937cb8f20bc61b4 (diff)
downloadmxe-369c6f7e3e96b6ed32fde8466120185241ec541f.zip
mxe-369c6f7e3e96b6ed32fde8466120185241ec541f.tar.gz
mxe-369c6f7e3e96b6ed32fde8466120185241ec541f.tar.bz2
fixed usability issue in "make dist"
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 8c7570d..dd34a2e 100644
--- a/Makefile
+++ b/Makefile
@@ -246,7 +246,9 @@ dist:
cp -p '$(TOP_DIR)/src'/*.patch '$(DIST_DIR)/mingw-cross-env-$(VERSION)/src/'
cp -p '$(TOP_DIR)/src'/*-test* '$(DIST_DIR)/mingw-cross-env-$(VERSION)/src/'
(cd '$(DIST_DIR)' && tar cvf - 'mingw-cross-env-$(VERSION)' | gzip -9) >'$(DIST_DIR)/mingw-cross-env-$(VERSION).tar.gz'
+ @echo
@echo 'Upload will start in 5 seconds. Last chance to cancel! (Ctrl+C)'
+ @echo
@sleep 5
mkdir '$(DIST_DIR)/web'
cd '$(DIST_DIR)/web' && cvs -d :ext:cvs.savannah.nongnu.org:/web/mingw-cross-env co mingw-cross-env