summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ab6625e)
raw | patch | inline | side by side (parent: ab6625e)
author | Chris Wright <chrisw@osdl.org> | |
Mon, 11 Jul 2005 21:03:09 +0000 (14:03 -0700) | ||
committer | Linus Torvalds <torvalds@g5.osdl.org> | |
Mon, 11 Jul 2005 21:20:10 +0000 (14:20 -0700) |
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>
handles bootstrap issue with git not being installed.
Signed-off-by: Chris Wright <chrisw@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Makefile | patch | blob | history |
diff --git a/Makefile b/Makefile
index 11f5bcd90f2f642c877cdcd6db7fa09df09a7d0d..03ea1636a77abd66813553d21d6b2b2a004a6ef4 100644 (file)
--- a/Makefile
+++ b/Makefile
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