From b1de9de2b93510affbbac2a4ffa47208b3beda7a Mon Sep 17 00:00:00 2001 From: Chris Wright Date: Mon, 11 Jul 2005 14:03:09 -0700 Subject: [PATCH] Bootstrap "make dist" Use git-tar-tree directly from git source during make dist. This handles bootstrap issue with git not being installed. Signed-off-by: Chris Wright Signed-off-by: Linus Torvalds diff --git a/Makefile b/Makefile index 11f5bcd..03ea163 100644 --- a/Makefile +++ b/Makefile @@ -175,8 +175,8 @@ git.spec: git.spec.in sed -e 's/@@VERSION@@/$(GIT_VERSION)/g' < $< > $@ GIT_TARNAME=git-$(GIT_VERSION) -dist: git.spec - git-tar-tree HEAD $(GIT_TARNAME) > $(GIT_TARNAME).tar +dist: git.spec git-tar-tree + ./git-tar-tree HEAD $(GIT_TARNAME) > $(GIT_TARNAME).tar @mkdir -p $(GIT_TARNAME) @cp git.spec $(GIT_TARNAME) tar rf $(GIT_TARNAME).tar $(GIT_TARNAME)/git.spec -- cgit v0.10.2-6-g49f6