* [PATCH] Use gzip -f when building the git-core tarball
@ 2005-07-15 1:20 Eric W. Biederman
0 siblings, 0 replies; only message in thread
From: Eric W. Biederman @ 2005-07-15 1:20 UTC (permalink / raw)
To: Linus Torvalds; +Cc: git
This allows rebuilding the tarball when it is already present
without having to answer annoying questions from gzip
Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
---
Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
d7c4e5ae707a6ad3028c48d800d568c554cc10af
diff --git a/Makefile b/Makefile
--- a/Makefile
+++ b/Makefile
@@ -183,7 +183,7 @@ dist: git-core.spec git-tar-tree
@cp git-core.spec $(GIT_TARNAME)
tar rf $(GIT_TARNAME).tar $(GIT_TARNAME)/git-core.spec
@rm -rf $(GIT_TARNAME)
- gzip -9 $(GIT_TARNAME).tar
+ gzip -f -9 $(GIT_TARNAME).tar
rpm: dist
$(RPMBUILD) -ta git-core-$(GIT_VERSION).tar.gz
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-07-15 1:21 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-07-15 1:20 [PATCH] Use gzip -f when building the git-core tarball Eric W. Biederman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox