mirror of
https://github.com/trapexit/mergerfs.git
synced 2025-02-27 19:55:25 +08:00
Merge pull request #592 from trapexit/tarball
makefile: remove superclean dependency from tarball
This commit is contained in:
commit
2ca0cb0fbf
2
Makefile
2
Makefile
@ -180,7 +180,7 @@ endif
|
|||||||
|
|
||||||
man: $(MANPAGE)
|
man: $(MANPAGE)
|
||||||
|
|
||||||
tarball: superclean man changelog authors version
|
tarball: man changelog authors version
|
||||||
$(eval VERSION := $(shell cat VERSION))
|
$(eval VERSION := $(shell cat VERSION))
|
||||||
$(eval VERSION := $(subst -,_,$(VERSION)))
|
$(eval VERSION := $(subst -,_,$(VERSION)))
|
||||||
$(eval FILENAME := $(TARGET)-$(VERSION))
|
$(eval FILENAME := $(TARGET)-$(VERSION))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user