for this time for real
This commit is contained in:
parent
3407e87536
commit
3524bc2b33
@ -162,7 +162,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 $(VERSION) --use=bzip2 --exclude CVS
|
cd ..; tar cvvf $(VERSION).tar.bz2 --use=bzip2 --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