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
6803ea68
Kaydet (Commit)
6803ea68
authored
Ock 25, 2012
tarafından
Norbert Thiebaud
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
adjust gbuild doc
üst
f17b1dc4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
1 deletion
+11
-1
gbuild.mk
solenv/gbuild/gbuild.mk
+11
-1
No files found.
solenv/gbuild/gbuild.mk
Dosyayı görüntüle @
6803ea68
...
@@ -373,6 +373,14 @@ AVAILABLE TARGETS
...
@@ -373,6 +373,14 @@ AVAILABLE TARGETS
showdeliverables show the targets delivered to OUTDIR and their source
showdeliverables show the targets delivered to OUTDIR and their source
debugrun starts the dev-install instance and allows tests to be run
debugrun starts the dev-install instance and allows tests to be run
against it
against it
<module> build the named module
<module>.clean clean the named module
<module>.all for dmake modules only, build the named module and
the pre-requisite modules for this module
<module>.deliver for dmake modules only, deliver the named module
cmd execute the command contained in the variable cmd=""
in a shell with config_host.mk or config_build.mk
environement set. (see gb_SIDE)
INTERACTIVE VARIABLES:
INTERACTIVE VARIABLES:
DEBUG / debug If not empty, build with DBGLEVEL=1 (see below).
DEBUG / debug If not empty, build with DBGLEVEL=1 (see below).
...
@@ -400,7 +408,9 @@ INTERACTIVE VARIABLES:
...
@@ -400,7 +408,9 @@ INTERACTIVE VARIABLES:
gb_FULLDEPS Generate and use dependencies (on by default, handle with care).
gb_FULLDEPS Generate and use dependencies (on by default, handle with care).
gb_COLOR Use ASCII color output.
gb_COLOR Use ASCII color output.
gb_TITLES Show progress in terminal title.
gb_TITLES Show progress in terminal title.
gb_Side Either "host" of "build" (default to "host").
determine if config_host.mk or config_build.mk is used to
set the build environment.
endef
endef
.PHONY: help
.PHONY: help
...
...
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