make distforce a little more robust

This commit is contained in:
Mike Frysinger 2007-04-13 14:36:30 +00:00
parent 8a6bd8e312
commit a775480627

View File

@ -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