removed dead code from git checkout support, #3246

This commit is contained in:
Brian Gerkey 2011-01-29 19:29:03 +00:00
parent 8dee2d3771
commit 3624d67266
1 changed files with 0 additions and 3 deletions

View File

@ -8,7 +8,6 @@
# GIT_URL: full URL to download
# GIT_PATCH: your (list of) patch file(s) to patch the downloaded software
# GIT_REVISION: -
# SVN_DIR: -
$(GIT_DIR):
git clone $(GIT_URL) $(GIT_DIR)
cd $(GIT_DIR) && git checkout $(GIT_REVISION)
@ -22,6 +21,4 @@ ifneq ($(strip $(GIT_PATCH)),)
touch patched
endif
SVN_UP_REVERT_PATCH: $(SVN_DIR) patched
download: $(GIT_DIR) patched