diff mbox series

[2/1] Makefile: remove the unused variable TAR_DIST_EXTRA_OPTS

Message ID a3cf2838-b67d-841e-f5be-887825b5e1e7@web.de (mailing list archive)
State Accepted
Commit 4813277ed871b9cfc0844482f42fec60e259577a
Headers show
Series Makefile: use git init/add/commit/archive for dist-doc | expand

Commit Message

René Scharfe Oct. 11, 2020, 6:14 a.m. UTC
Signed-off-by: René Scharfe <l.s.r@web.de>
---
 Makefile | 3 ---
 1 file changed, 3 deletions(-)

--
2.28.0
diff mbox series

Patch

diff --git a/Makefile b/Makefile
index b7f3708292..db8f07898d 100644
--- a/Makefile
+++ b/Makefile
@@ -3053,9 +3053,6 @@  quick-install-html:

 ### 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_ARCHIVE_EXTRA_FILES = \
 	--prefix=$(GIT_TARNAME)/ \