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
b78be496
Kaydet (Commit)
b78be496
authored
Eyl 16, 2011
tarafından
Bjoern Michaelsen
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
rename all target to build in gbuild
üst
a11a9499
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
Module.mk
solenv/gbuild/Module.mk
+8
-8
No files found.
solenv/gbuild/Module.mk
Dosyayı görüntüle @
b78be496
...
@@ -36,10 +36,10 @@
...
@@ -36,10 +36,10 @@
# recursive Module/checks
# recursive Module/checks
# Module/subsequentcheck run system tests all system tests
# Module/subsequentcheck run system tests all system tests
# recursive Module/subsequentchecks
# recursive Module/subsequentchecks
#
all
(global) build the product top-level Module
#
build
(global) build the product top-level Module
# unitcheck (global) run unit tests top-level Module/unitcheck
# unitcheck (global) run unit tests top-level Module/unitcheck
# subsequentcheck (global) run system tests top-level Module/subsequentcheck
# subsequentcheck (global) run system tests top-level Module/subsequentcheck
# allandcheck (global) default goal
all
unitcheck
# allandcheck (global) default goal
build
unitcheck
# Module class
# Module class
...
@@ -79,20 +79,20 @@ $(call gb_Module_get_target,%) :
...
@@ -79,20 +79,20 @@ $(call gb_Module_get_target,%) :
mkdir -p $(dir $@) && \
mkdir -p $(dir $@) && \
touch $@)
touch $@)
.PHONY :
all
allandcheck clean unitcheck subsequentcheck
.PHONY :
build
allandcheck clean unitcheck subsequentcheck
.DEFAULT_GOAL := allandcheck
.DEFAULT_GOAL := allandcheck
allandcheck :
all
unitcheck
allandcheck :
build
unitcheck
# compatibility with the old build system
# compatibility with the old build system
ifneq ($(strip $(OOO_SUBSEQUENT_TESTS)),)
ifneq ($(strip $(OOO_SUBSEQUENT_TESTS)),)
.DEFAULT_GOAL := subsequentcheck
.DEFAULT_GOAL := subsequentcheck
endif
endif
all
:
build
:
$(call gb_Output_announce,top level modules: $(foreach module,$(filter-out deliverlog,$^),$(notdir $(module))),$(true),ALL,6)
$(call gb_Output_announce,top level modules: $(foreach module,$(filter-out deliverlog,$^),$(notdir $(module))),$(true),ALL,6)
$(call gb_Output_announce,loaded modules: $(sort $(gb_Module_ALLMODULES)),$(true),ALL,6)
$(call gb_Output_announce,loaded modules: $(sort $(gb_Module_ALLMODULES)),$(true),ALL,6)
$(call gb_Output_announce_title,
all
done.)
$(call gb_Output_announce_title,
build
done.)
$(call gb_Output_announce_bell)
$(call gb_Output_announce_bell)
unitcheck :
unitcheck :
...
@@ -100,7 +100,7 @@ unitcheck :
...
@@ -100,7 +100,7 @@ unitcheck :
$(call gb_Output_announce_title,all tests checked.)
$(call gb_Output_announce_title,all tests checked.)
$(call gb_Output_announce_bell)
$(call gb_Output_announce_bell)
# removing the dependency on
all
for now until we can make a full build with gbuild
# removing the dependency on
build
for now until we can make a full build with gbuild
#subsequentcheck : all
#subsequentcheck : all
subsequentcheck :
subsequentcheck :
$(call gb_Output_announce,loaded modules: $(sort $(gb_Module_ALLMODULES)),$(true),SCK,6)
$(call gb_Output_announce,loaded modules: $(sort $(gb_Module_ALLMODULES)),$(true),SCK,6)
...
@@ -221,7 +221,7 @@ endif
...
@@ -221,7 +221,7 @@ endif
include $(1)
include $(1)
all
: $$(firstword $$(gb_Module_TARGETSTACK))
build
: $$(firstword $$(gb_Module_TARGETSTACK))
unitcheck : $$(firstword $$(gb_Module_CHECKTARGETSTACK))
unitcheck : $$(firstword $$(gb_Module_CHECKTARGETSTACK))
subsequentcheck : $$(firstword $$(gb_Module_SUBSEQUENTCHECKTARGETSTACK))
subsequentcheck : $$(firstword $$(gb_Module_SUBSEQUENTCHECKTARGETSTACK))
clean : $$(firstword $$(gb_Module_CLEANTARGETSTACK))
clean : $$(firstword $$(gb_Module_CLEANTARGETSTACK))
...
...
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