summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2c0cd34..99ee81c 100644
--- a/Makefile
+++ b/Makefile
@@ -88,9 +88,11 @@ distcheck:
fi
distforce:
+ rm -rf /tmp/$(PKG)
svn export . /tmp/$(PKG)
tar -C /tmp -cvjpf /tmp/$(PKG).tar.bz2 $(PKG)
- du /tmp/$(PKG).tar.bz2
+ rm -rf /tmp/$(PKG)
+ du -b /tmp/$(PKG).tar.bz2
dist: distcheck distforce