|
|
@ -11,7 +11,7 @@ DOWNLOAD_RDEP=$(STAMP_PREPARED) $(HOST_STAMP_PREPARED) |
|
|
|
define dl_method |
|
|
|
define dl_method |
|
|
|
$(strip \
|
|
|
|
$(strip \
|
|
|
|
$(if $(2),$(2), \
|
|
|
|
$(if $(2),$(2), \
|
|
|
|
$(if $(filter @GNOME/% @GNU/% @KERNEL/% @SF/% ftp://% http://% file://%,$(1)),default, \
|
|
|
|
$(if $(filter @GNOME/% @GNU/% @KERNEL/% @SF/% ftp://% http://% https://% file://%,$(1)),default, \
|
|
|
|
$(if $(filter git://%,$(1)),git, \
|
|
|
|
$(if $(filter git://%,$(1)),git, \
|
|
|
|
$(if $(filter svn://%,$(1)),svn, \
|
|
|
|
$(if $(filter svn://%,$(1)),svn, \
|
|
|
|
$(if $(filter cvs://%,$(1)),cvs, \
|
|
|
|
$(if $(filter cvs://%,$(1)),cvs, \
|
|
|
|