Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
5409010e
Kaydet (Commit)
5409010e
authored
May 15, 2014
tarafından
David Tardon
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
fix downloading unowinreg.dll
Change-Id: I24b30ce4f53894796cadd9164f2930523a5f1123
üst
2cd7cbd9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
3 deletions
+7
-3
Makefile.fetch
Makefile.fetch
+7
-3
No files found.
Makefile.fetch
Dosyayı görüntüle @
5409010e
...
...
@@ -51,15 +51,19 @@ define fetch_Download__is_checksum
$(filter
32,$(words
$(shell
echo
$(1)
|
sed
-e
's/./& /g'
)))
endef
define
fetch_Download__subst_var
$(subst
_DLL,_MD5SUM,$(subst
_TARBALL,_MD5SUM,$(subst
_PACK,_MD5SUM,$(1))))
endef
# fetch_Download_item url variable-name
define
fetch_Download_item
$(if $(strip $($(2))),,$(error fetch__Download_item
:
$(2) is empty))
$(if
$(filter
undefined,$(origin
$(
subst
_TARBALL,_MD5SUM,$(subst
_PACK,_MD5SUM,$(2)
)))),\
$(if
$(filter
undefined,$(origin
$(
call
fetch_Download__subst_var,$(2
)))),\
$(if
$(call
fetch_Download__is_checksum,$(firstword
$(subst
-,
,$($(2))))),\
$(call
fetch__Download_item,$1,$($2),$(firstword
$(subst
-,
,$($(2))))),\
$(error "fetch_Download_item
:
no checksum found for $($(2)). Please define $(
subst _TARBALL
,
_MD5SUM
,
$(subst _PACK
,
_MD5SUM
,
$(2)
)) in download.lst.")
\
$(error "fetch_Download_item
:
no checksum found for $($(2)). Please define $(
call fetch_Download__subst_var
,
$(2
)) in download.lst.")
\
)
,
\
$(call fetch__Download_item
,
$(1)
,
$($2)
,
$($(
subst _TARBALL
,
_MD5SUM
,
$(subst _PACK
,
_MD5SUM
,
$(2)
))))
\
$(call fetch__Download_item
,
$(1)
,
$($2)
,
$($(
call fetch_Download__subst_var
,
$(2
))))
\
)
endef
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment