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
10512ce5
Kaydet (Commit)
10512ce5
authored
Şub 28, 2012
tarafından
Michael Meeks
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
build.pl: add a warning about the cost of: make tail_build.clean
üst
db8715c5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
1 deletion
+9
-1
build.pl
solenv/bin/build.pl
+5
-1
README
tail_build/README
+4
-0
No files found.
solenv/bin/build.pl
Dosyayı görüntüle @
10512ce5
...
...
@@ -1514,7 +1514,11 @@ sub cancel_build {
print
STDERR
"-----------------------------------------------------------------------\n"
;
print
STDERR
"To rebuild a specific module:\n"
;
print
STDERR
"\n"
;
print
STDERR
"$ENV{GNUMAKE} $module.clean #optional\n"
;
if
(
$module
eq
'tail_build'
)
{
print
STDERR
"$ENV{GNUMAKE} $module.clean # not recommended, this will re-build almost everything\n"
;
}
else
{
print
STDERR
"$ENV{GNUMAKE} $module.clean # optional\n"
;
}
print
STDERR
"$ENV{GNUMAKE} $module\n"
;
print
STDERR
"\n"
;
print
STDERR
"when the problem is isolated and fixed, re-run '$ENV{GNUMAKE}'\n"
;
...
...
tail_build/README
Dosyayı görüntüle @
10512ce5
...
...
@@ -15,3 +15,7 @@ To migrate a module <foo> under tail_build, one should:
* remove the module <foo> from postprocess/prj/build.lst dependencies
* remove the module <foo> from tail_build/prj/build.lst dependencies
* add the module name in Module_tail_build.mk at the root of bootstrap
This module of course, takes a lot of thought, and dependency work /
statting until it has finished it's business, knows exactly what to
re-build, and can start building just that.
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