use xz instead of bz2 in make tar
This commit is contained in:
parent
12caae78b2
commit
42eb4c9830
@ -199,7 +199,7 @@ CURNAME=$(notdir $(shell pwd))
|
|||||||
|
|
||||||
tar: Makefile clean rename
|
tar: Makefile clean rename
|
||||||
rm -f dep libdep
|
rm -f dep libdep
|
||||||
cd ..; tar cvvf $(VERSION).tar.bz2 --use=bzip2 --exclude CVS $(VERSION)
|
cd ..; tar cvvf $(VERSION).tar.xz --use=xz --exclude CVS $(VERSION)
|
||||||
|
|
||||||
rename:
|
rename:
|
||||||
if test $(CURNAME) != $(VERSION); then cd .. && mv $(CURNAME) $(VERSION); fi
|
if test $(CURNAME) != $(VERSION); then cd .. && mv $(CURNAME) $(VERSION); fi
|
||||||
|
2
Makefile
2
Makefile
@ -760,7 +760,7 @@ CURNAME=libowfat-0.30
|
|||||||
|
|
||||||
tar: clean rename
|
tar: clean rename
|
||||||
rm -f dep libdep
|
rm -f dep libdep
|
||||||
cd ..; tar cvvf $(VERSION).tar.bz2 --use=bzip2 --exclude CVS $(VERSION)
|
cd ..; tar cvvf $(VERSION).tar.xz --use=xz --exclude CVS $(VERSION)
|
||||||
|
|
||||||
rename:
|
rename:
|
||||||
if test $(CURNAME) != $(VERSION); then cd .. && mv $(CURNAME) $(VERSION); fi
|
if test $(CURNAME) != $(VERSION); then cd .. && mv $(CURNAME) $(VERSION); fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user