make distforce a little more robust
This commit is contained in:
parent
8a6bd8e312
commit
a775480627
4
Makefile
4
Makefile
@ -88,9 +88,11 @@ distcheck:
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
distforce:
|
distforce:
|
||||||
|
rm -rf /tmp/$(PKG)
|
||||||
svn export . /tmp/$(PKG)
|
svn export . /tmp/$(PKG)
|
||||||
tar -C /tmp -cvjpf /tmp/$(PKG).tar.bz2 $(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
|
dist: distcheck distforce
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user