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
7711a60a
Kaydet (Commit)
7711a60a
authored
Nis 18, 2013
tarafından
Tor Lillqvist
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Try to get the tinderbox build working
Change-Id: Ie0a9b6e64c35a046afbb5c26c1b75bdd0d897a23
üst
aca9824c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
Executable_LibreOffice.mk
ios/Executable_LibreOffice.mk
+4
-2
No files found.
ios/Executable_LibreOffice.mk
Dosyayı görüntüle @
7711a60a
...
@@ -34,12 +34,14 @@ $(eval $(call gb_Executable_add_objcobjects,LibreOffice,\
...
@@ -34,12 +34,14 @@ $(eval $(call gb_Executable_add_objcobjects,LibreOffice,\
$(call gb_Executable_use_package,LibreOffice,touch_inc)
$(call gb_Executable_use_package,LibreOffice,touch_inc)
$(call gb_LinkTarget_get_target,Executable/LibreOffice) : $(call gb_Postprocess_get_target,AllModulesButInstsetNative)
# Mark the executable as dependingf on AllModulesButInstsetNative so
# that it is built only after all libraries that it links to (which
# might be any of them) have been built.
# Mark the executable as depending on all libraries so that it gets
# Mark the executable as depending on all libraries so that it gets
# rebuilt if any library has been rebuilt. Avoids need for "make
# rebuilt if any library has been rebuilt. Avoids need for "make
# ios.clean".
# ios.clean".
$(call gb_LinkTarget_get_target,Executable/LibreOffice) : $(wildcard $(OUTDIR)/lib/lib*.a)
$(call gb_LinkTarget_get_target,Executable/LibreOffice) : $(
call gb_Postprocess_get_target,AllModulesButInstsetNative) $(
wildcard $(OUTDIR)/lib/lib*.a)
# vim: set ts=4 sw=4 et:
# vim: set ts=4 sw=4 et:
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