Makefile: remove the unused variable TAR_DIST_EXTRA_OPTS
Signed-off-by: René Scharfe <l.s.r@web.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:

committed by
Junio C Hamano

parent
93e7031173
commit
4813277ed8
3
Makefile
3
Makefile
@ -3053,9 +3053,6 @@ quick-install-html:
|
|||||||
|
|
||||||
### Maintainer's dist rules
|
### Maintainer's dist rules
|
||||||
|
|
||||||
# Allow tweaking to hide local environment effects, like perm bits.
|
|
||||||
# With GNU tar, "--mode=u+rwX,og+rX,og-w" would be a good idea, for example.
|
|
||||||
TAR_DIST_EXTRA_OPTS =
|
|
||||||
GIT_TARNAME = git-$(GIT_VERSION)
|
GIT_TARNAME = git-$(GIT_VERSION)
|
||||||
GIT_ARCHIVE_EXTRA_FILES = \
|
GIT_ARCHIVE_EXTRA_FILES = \
|
||||||
--prefix=$(GIT_TARNAME)/ \
|
--prefix=$(GIT_TARNAME)/ \
|
||||||
|
Reference in New Issue
Block a user