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
c835ed02
Kaydet (Commit)
c835ed02
authored
Mar 01, 2017
tarafından
Markus Mohrhard
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
uitest: finally a working dependency on the build target for uicheck
Change-Id: Icaf1de556ae20027e27321750197ed574b508435
üst
14b4fcf0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
Makefile.in
Makefile.in
+1
-1
Module.mk
solenv/gbuild/Module.mk
+5
-0
No files found.
Makefile.in
Dosyayı görüntüle @
c835ed02
...
...
@@ -13,7 +13,7 @@ gb_Top_MODULE_CHECK_TARGETS := slowcheck unitcheck subsequentcheck perfcheck uic
MAKECMDGOALS
?=
all
build_goal
:=
$
(
if
$
(
filter build check,
$(MAKECMDGOALS)
)
,all
)
\
$
(
if
$
(
filter build-nocheck,
$(MAKECMDGOALS)
)
,build
)
\
$
(
if
$
(
filter build-nocheck
uicheck
,
$(MAKECMDGOALS)
)
,build
)
\
$
(
if
$
(
filter check,
$(MAKECMDGOALS)
)
,subsequentcheck
)
\
$
(
filter all build-l10n-only build-non-l10n-only debugrun
help
showmodules translations
$(gb_Top_MODULE_CHECK_TARGETS)
check packageinfo gbuildtojson,
$(MAKECMDGOALS)
)
...
...
solenv/gbuild/Module.mk
Dosyayı görüntüle @
c835ed02
...
...
@@ -371,6 +371,11 @@ endef
define gb_Module_add_uicheck_target
$(call gb_Module__read_targetfile,$(1),$(2),uicheck target)
$(call gb_Module_get_uicheck_target,$(1)) : $$(gb_Module_CURRENTTARGET)
$$(gb_Module_CURRENTTARGET) :| \
$(call gb_Postprocess_get_target,AllModulesButInstsetNative) \
$(call gb_Package_get_target,instsetoo_native_setup) \
$(call gb_Package_get_target,instsetoo_native_setup_ure)
$(call gb_Module_get_uicheck_target,$(1)) : $$(gb_Module_CURRENTTARGET)
$(call gb_Module_get_clean_target,$(1)) : $$(gb_Module_CURRENTCLEANTARGET)
...
...
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