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
a260c792
Kaydet (Commit)
a260c792
authored
Eki 21, 2011
tarafından
Bjoern Michaelsen
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
kill multi repo support: BuildDirs and gbuild.mk, GNUmakefile.mk
üst
35653695
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
13 deletions
+6
-13
GNUmakefile.mk
GNUmakefile.mk
+1
-1
BuildDirs.mk
solenv/gbuild/BuildDirs.mk
+3
-10
gbuild.mk
solenv/gbuild/gbuild.mk
+2
-2
No files found.
GNUmakefile.mk
Dosyayı görüntüle @
a260c792
...
...
@@ -33,6 +33,6 @@ endif
GBUILDDIR := $(SOLARENV)/gbuild
include $(GBUILDDIR)/gbuild.mk
$(
foreach repo,$(gb_REPOS),$(eval $(call gb_Module_make_global_targets,$(wildcard $(repo)/RepositoryModule_*.mk)
)))
$(
eval $(call gb_Module_make_global_targets,$(wildcard $(SRCDIR)/RepositoryModule_*.mk
)))
# vim: set noet sw=4 ts=4:
solenv/gbuild/BuildDirs.mk
Dosyayı görüntüle @
a260c792
...
...
@@ -40,8 +40,7 @@ ifneq ($(and $(gb_LOCALBUILDDIR),$(wildcard $(gb_LOCALBUILDDIR)/SetupLocal.mk)),
include $(gb_LOCALBUILDDIR)/SetupLocal.mk
endif
ifeq ($(strip $(gb_REPOS)),)
gb_REPOS := $(SOLARSRC)
SRCDIR := $(SOLARSRC)
endif
# HACK
...
...
@@ -50,15 +49,9 @@ ifeq ($(OS_FOR_BUILD),WNT)
override WORKDIR := $(shell cygpath -u $(WORKDIR))
override OUTDIR := $(shell cygpath -u $(OUTDIR))
override OUTDIR_FOR_BUILD := $(shell cygpath -u $(OUTDIR_FOR_BUILD))
override
gb_REPOS := $(shell cygpath -u $(gb_REPOS
))
override
SRCDIR := $(shell cygpath -u $(SRCDIR
))
endif
REPODIR := $(patsubst %/,%,$(dir $(firstword $(gb_REPOS))))
ifeq ($(filter setuplocal removelocal,$(MAKECMDGOALS)),)
ifneq ($(filter-out $(foreach repo,$(gb_REPOS),$(realpath $(repo))/%),$(realpath $(firstword $(MAKEFILE_LIST)))),)
$(eval $(call gb_Output_error,The initial makefile $(realpath $(firstword $(MAKEFILE_LIST))) is not in the repositories $(foreach repo,$(gb_REPOS),$(realpath $(repo))).,ALL))
endif
endif
REPODIR := $(patsubst %/,%,$(dir $(SRCDIR)))
# vim: set noet sw=4:
solenv/gbuild/gbuild.mk
Dosyayı görüntüle @
a260c792
...
...
@@ -152,7 +152,7 @@ include $(GBUILDDIR)/Helper.mk
include $(GBUILDDIR)/TargetLocations.mk
$(eval $(call gb_Helper_init_registries))
$(eval $(call gb_Helper_add_repositories,$(
gb_REPOS
)))
$(eval $(call gb_Helper_add_repositories,$(
SOLARSRC
)))
$(eval $(call gb_Helper_collect_libtargets))
gb_Library_DLLPOSTFIX := lo
...
...
@@ -194,7 +194,7 @@ endif
include $(GBUILDDIR)/Tempfile.mk
include $(
foreach repo,$(gb_REPOS),$(repo)/RepositoryFixes.mk)
include $(
SOLARSRC)/RepositoryFixes.mk
$(eval $(call gb_Helper_collect_knownlibs))
...
...
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