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
2ee838d7
Kaydet (Commit)
2ee838d7
authored
Şub 28, 2013
tarafından
Michael Stahl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
rename Module_tail_build to RepositoryModule
Change-Id: I06783d26f10efabd1aca06a7a1e0647d8ed58b69
üst
117700c2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
10 deletions
+10
-10
Makefile.build
Makefile.build
+1
-1
RepositoryModule.mk
RepositoryModule.mk
+8
-8
Module.mk
solenv/gbuild/Module.mk
+1
-1
No files found.
Makefile.build
Dosyayı görüntüle @
2ee838d7
...
...
@@ -14,6 +14,6 @@ endif
gb_Side
:=
host
include
$(SOLARENV)/gbuild/gbuild.mk
$(eval
$(call
gb_Module_make_global_targets,$(SRCDIR)/
Module_tail_build
.mk))
$(eval
$(call
gb_Module_make_global_targets,$(SRCDIR)/
RepositoryModule
.mk))
# vim: set noet sw=4 ts=4:
Module_tail_build
.mk
→
RepositoryModule
.mk
Dosyayı görüntüle @
2ee838d7
...
...
@@ -22,9 +22,9 @@
#
instead
of
those
above
.
$(
eval
$(
call
gb_Module_Module
,
tail_build
))
$(
eval
$(
call
gb_Module_Module
,
libreoffice
))
$(
eval
$(
call
gb_Module_add_moduledirs
,
tail_build
,\
$(
eval
$(
call
gb_Module_add_moduledirs
,
libreoffice
,\
accessibility
\
$(
call
gb_Helper_optional
,
AFMS
,
afms
)
\
android
\
...
...
@@ -235,7 +235,7 @@ $(eval $(call gb_Module_add_moduledirs,tail_build,\
))
ifeq
($(
MERGELIBS
),
TRUE
)
$(
eval
$(
call
gb_Module_add_targets
,
tail_build
,\
$(
eval
$(
call
gb_Module_add_targets
,
libreoffice
,\
Library_merged
\
))
endif
...
...
@@ -244,20 +244,20 @@ endif
#
libraries
takes
enormous
amounts
of
RAM
.
To
prevent
annoying
OOM
situations
#
etc
.,
try
to
prevent
linking
these
in
parallel
by
adding
artificial
build
#
order
dependencies
here
.
define
tailbuild
_serialize1
define
repositorymodule
_serialize1
$(
call
gb_LinkTarget_get_target
,$(
call
gb_Library_get_linktargetname
,$(
1
)))
\
:|
$(
foreach
lib
,$(
2
),$(
call
gb_Library_get_target
,$(
lib
)))
endef
define
tailbuild
_serialize
define
repositorymodule
_serialize
$(
if
$(
filter
-
out
0
1
,$(
words
$(
1
))),\
$(
call
tailbuild
_serialize1
,$(
firstword
$(
1
)),$(
wordlist
2
,$(
words
$(
1
)),$(
1
))))
$(
call
repositorymodule
_serialize1
,$(
firstword
$(
1
)),$(
wordlist
2
,$(
words
$(
1
)),$(
1
))))
$(
if
$(
strip
$(
1
)),\
$(
call
tailbuild
_serialize
,$(
wordlist
2
,$(
words
$(
1
)),$(
1
))))
$(
call
repositorymodule
_serialize
,$(
wordlist
2
,$(
words
$(
1
)),$(
1
))))
endef
ifeq
(
all
,$(
filter
all
,$(
MAKECMDGOALS
)))
$(
eval
$(
call
tailbuild
_serialize
,\
$(
eval
$(
call
repositorymodule
_serialize
,\
scfilt
\
$(
if
$(
filter
SCRIPTING
,$(
BUILD_TYPE
)),
vbaobj
)
\
sc
msword
swui
sw
sd
\
...
...
solenv/gbuild/Module.mk
Dosyayı görüntüle @
2ee838d7
...
...
@@ -154,7 +154,7 @@ gb_Module__debug_enabled = \
$(filter all $(1)/,$(ENABLE_DEBUGINFO_FOR)))
define gb_Module_Module
$(if $(filter-out
tail_build
instsetoo_native android ios,$(1)),$(call gb_Postprocess_get_target,AllModulesButInstsetNative) : $(call gb_Module_get_target,$(1)))
$(if $(filter-out
libreoffice
instsetoo_native android ios,$(1)),$(call gb_Postprocess_get_target,AllModulesButInstsetNative) : $(call gb_Module_get_target,$(1)))
gb_Module_ALLMODULES += $(1)
gb_Module_MODULELOCATIONS += $(1):$(dir $(realpath $(lastword $(MAKEFILE_LIST))))
gb_Module_TARGETSTACK := $(call gb_Module_get_target,$(1)) $(gb_Module_TARGETSTACK)
...
...
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