From: Felix Fietkau Date: Fri, 16 Nov 2007 04:10:01 +0000 (+0000) Subject: prefer http downloads over svn/git checkouts, remove git dependency X-Git-Tag: reboot~27630 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=5a9cdef5499b091c8c5c35f7cdc822eb66e1a1c4;p=openwrt%2Fopenwrt.git prefer http downloads over svn/git checkouts, remove git dependency SVN-Revision: 9567 --- diff --git a/include/download.mk b/include/download.mk index 3c7cb7e77b..23f2996ed1 100644 --- a/include/download.mk +++ b/include/download.mk @@ -39,9 +39,7 @@ define DownloadMethod/default endef define wrap_mirror - @$(if $(CONFIG_LOCALMIRROR),$(SCRIPT_DIR)/download.pl "$(DL_DIR)" "$(FILE)" "x" || ) \ - ( $(1) ) \ - $(if $(CONFIG_LOCALMIRROR),, || $(SCRIPT_DIR)/download.pl "$(DL_DIR)" "$(FILE)" "x") + @$(SCRIPT_DIR)/download.pl "$(DL_DIR)" "$(FILE)" "x" || ( $(1) ) endef define DownloadMethod/svn diff --git a/include/prereq-build.mk b/include/prereq-build.mk index 9b77a1baf7..1e448d393f 100644 --- a/include/prereq-build.mk +++ b/include/prereq-build.mk @@ -119,14 +119,6 @@ $(eval $(call Require,gnutar, \ Please install GNU tar. \ )) -define Require/git - which git-clone -endef - -$(eval $(call Require,git, \ - Please install git. \ -)) - $(eval $(call RequireCommand,svn, \ Please install the subversion client. \ ))