removed dead code from git checkout support, #3246
This commit is contained in:
parent
8dee2d3771
commit
3624d67266
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue