ls -l ftw!
This commit is contained in:
parent
c49d4c6576
commit
bc91e51d43
4
Makefile
4
Makefile
@ -92,14 +92,14 @@ distforce:
|
|||||||
cp -pPR . /tmp/$(PKG)
|
cp -pPR . /tmp/$(PKG)
|
||||||
tar -C /tmp -cvjpf /tmp/$(PKG).tar.bz2 $(PKG)
|
tar -C /tmp -cvjpf /tmp/$(PKG).tar.bz2 $(PKG)
|
||||||
rm -rf /tmp/$(PKG)
|
rm -rf /tmp/$(PKG)
|
||||||
du -b /tmp/$(PKG).tar.bz2
|
ls -l /tmp/$(PKG).tar.bz2
|
||||||
|
|
||||||
distit:
|
distit:
|
||||||
rm -rf /tmp/$(PKG)
|
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)
|
||||||
rm -rf /tmp/$(PKG)
|
rm -rf /tmp/$(PKG)
|
||||||
du -b /tmp/$(PKG).tar.bz2
|
ls -l /tmp/$(PKG).tar.bz2
|
||||||
|
|
||||||
dist: diststatus distit
|
dist: diststatus distit
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user