replace the deprecated git-* command calls with git *

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12379 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
Felix Fietkau
2008-08-24 13:40:21 +00:00
parent 9438ab2df4
commit a251aef656
3 changed files with 18 additions and 18 deletions

View File

@@ -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)) && \