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
7374bd94
Kaydet (Commit)
7374bd94
authored
Eyl 29, 2012
tarafından
David Ostrovsky
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
introduce some new top level targets
Change-Id: I3ac81132e21710a2c1d974944a5bcd612d796ec6
üst
010e2070
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
3 deletions
+9
-3
Makefile.top
Makefile.top
+6
-0
Module.mk
solenv/gbuild/Module.mk
+3
-3
No files found.
Makefile.top
Dosyayı görüntüle @
7374bd94
...
...
@@ -421,6 +421,9 @@ ifeq ($(OS),ANDROID)
cd
android
&&
$(GNUMAKE)
-j
$(GMAKE_PARALLELISM)
$(GMAKE_OPTIONS)
endif
build-nocheck
:
export SKIP_TESTS := YES
build-nocheck
:
build
cross-toolset
:
bootstrap fetch
cd
cross_toolset
&&
$(GNUMAKE)
-j
$(GMAKE_PARALLELISM)
$(GMAKE_OPTIONS)
...
...
@@ -460,6 +463,9 @@ endif
endif
@rm
-f
$(SRCDIR)/install
&&
ln
-s
$(DEVINSTALLDIR)/opt/
$(SRCDIR)/install
dev-install-nocheck
:
export SKIP_TESTS := YES
dev-install-nocheck
:
dev-install
install-tb
:
@
rm
-rf
$(DEVINSTALLDIR)
@
mkdir
$(DEVINSTALLDIR)
...
...
solenv/gbuild/Module.mk
Dosyayı görüntüle @
7374bd94
...
...
@@ -175,7 +175,7 @@ clean :
check : unitcheck slowcheck
$(call gb_Output_announce_title,all tests checked.)
$(call gb_Output_announce_bell)
debugrun :
$(call gb_Module_DEBUGRUNCOMMAND)
...
...
@@ -236,7 +236,7 @@ $(call gb_Module_get_clean_target,$(1)) : $$(gb_Module_CURRENTCLEANTARGET)
endef
ifeq ($(strip $(
NOCPPUNIT
)),)
ifeq ($(strip $(
SKIP_TESTS
)),)
define gb_Module_add_check_target
$(call gb_Module__read_targetfile,$(1),$(2),check target)
...
...
@@ -244,7 +244,6 @@ $(call gb_Module_get_check_target,$(1)) : $$(gb_Module_CURRENTTARGET)
$(call gb_Module_get_clean_target,$(1)) : $$(gb_Module_CURRENTCLEANTARGET)
endef
endif # NOCPPUNIT
define gb_Module_add_slowcheck_target
$(call gb_Module__read_targetfile,$(1),$(2),slowcheck target)
...
...
@@ -253,6 +252,7 @@ $(call gb_Module_get_slowcheck_target,$(1)) : $$(gb_Module_CURRENTTARGET)
$(call gb_Module_get_clean_target,$(1)) : $$(gb_Module_CURRENTCLEANTARGET)
endef
endif # SKIP_TESTS
define gb_Module_add_subsequentcheck_target
$(call gb_Module__read_targetfile,$(1),$(2),subsequentcheck target)
...
...
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