[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 <chrisw@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
Chris Wright 2005-07-11 14:03:09 -07:00 committed by Linus Torvalds
parent ab6625e06a
commit b1de9de2b9

View File

@ -175,8 +175,8 @@ git.spec: git.spec.in
sed -e 's/@@VERSION@@/$(GIT_VERSION)/g' < $< > $@ sed -e 's/@@VERSION@@/$(GIT_VERSION)/g' < $< > $@
GIT_TARNAME=git-$(GIT_VERSION) GIT_TARNAME=git-$(GIT_VERSION)
dist: git.spec dist: git.spec git-tar-tree
git-tar-tree HEAD $(GIT_TARNAME) > $(GIT_TARNAME).tar ./git-tar-tree HEAD $(GIT_TARNAME) > $(GIT_TARNAME).tar
@mkdir -p $(GIT_TARNAME) @mkdir -p $(GIT_TARNAME)
@cp git.spec $(GIT_TARNAME) @cp git.spec $(GIT_TARNAME)
tar rf $(GIT_TARNAME).tar $(GIT_TARNAME)/git.spec tar rf $(GIT_TARNAME).tar $(GIT_TARNAME)/git.spec