aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7e4d431..101aea9 100644
--- a/Makefile
+++ b/Makefile
@@ -69,7 +69,7 @@ changelog:
export:
rm -fr $(PACKAGE)-$(VERSION)
- svn export . $(PACKAGE)-$(VERSION)
+ svn export -q . $(PACKAGE)-$(VERSION)
svntag:
svn cp -m 'version $(VERSION)' $(SVNPATH)/trunk $(SVNPATH)/tags/v$(VERSION)