summaryrefslogtreecommitdiffstats
path: root/include/download.mk
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2008-08-24 13:40:21 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2008-08-24 13:40:21 +0000
commit56d7382fa8b4c6f2110643e5384eb912a748d89d (patch)
tree3db505948237480529e0304a111cc378b6bfa80d /include/download.mk
parent2bfa71f5d7cdf99ea01215c3c79105afb4131a12 (diff)
replace the deprecated git-* command calls with git *
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12379 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'include/download.mk')
-rw-r--r--include/download.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/download.mk b/include/download.mk
index f064ee9e8..b185f1ac3 100644
--- a/include/download.mk
+++ b/include/download.mk
@@ -82,8 +82,8 @@ define DownloadMethod/git
cd $(TMP_DIR)/dl && \
rm -rf $(SUBDIR) && \
[ \! -d $(SUBDIR) ] && \
- git-clone $(URL) $(SUBDIR) && \
- (cd $(SUBDIR) && git-checkout $(VERSION)) && \
+ git clone $(URL) $(SUBDIR) && \
+ (cd $(SUBDIR) && git checkout $(VERSION)) && \
echo "Packing checkout..." && \
rm -rf $(SUBDIR)/.git && \
$(call dl_pack,$(TMP_DIR)/dl/$(FILE),$(SUBDIR)) && \