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
6963de95
Kaydet (Commit)
6963de95
authored
Nis 28, 2012
tarafından
Bjoern Michaelsen
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
build gbuild directly from build.pl and fix libcmis and respect GMAKE_OPTIONS
üst
6a0972ce
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
20 additions
and
5 deletions
+20
-5
build.lst
libcmis/prj/build.lst
+1
-1
makefile.mk
libcmis/prj/makefile.mk
+0
-1
build.pl
solenv/bin/build.pl
+19
-2
makefile.mk
solenv/gbuild/templates/makefile.mk
+0
-1
No files found.
libcmis/prj/build.lst
Dosyayı görüntüle @
6963de95
lc libcmis : BOOST:boost CURL:curl LIBXML2:libxml2 soltools NULL
lc libcmis : BOOST:boost CURL:curl LIBXML2:libxml2 soltools NULL
lc libcmis usr1 - all lc_mkout NULL
lc libcmis usr1 - all lc_mkout NULL
lc libcmis
nmake - all lc_libcmis NULL
lc libcmis nmake - all lc_libcmis NULL
libcmis/prj/makefile.mk
deleted
100644 → 0
Dosyayı görüntüle @
6a0972ce
.INCLUDE
:
gbuildbridge.mk
solenv/bin/build.pl
Dosyayı görüntüle @
6963de95
...
@@ -1828,7 +1828,25 @@ sub run_job {
...
@@ -1828,7 +1828,25 @@ sub run_job {
if
(
$source_config
->
is_gbuild
(
$jobs_hash
{
$registered_name
}
->
{
MODULE
})
)
if
(
$source_config
->
is_gbuild
(
$jobs_hash
{
$registered_name
}
->
{
MODULE
})
)
{
{
mkpath("$workdi
r
/
Logs
");
if
(
$job
eq
'deliver'
)
{
return
0
;
}
else
{
return
1
if
(
!
$path
=~
/prj$/
);
mkpath("$workdi
r
/
Logs
");
my $gbuild_flags = '-j' . $ENV{GMAKE_MODULE_PARALLELISM};
my $gbuild_target = 'all slowcheck';
if ($registered_name =~ /tail_build\/prj$/ )
{
$gbuild_flags = '-j' . $ENV{GMAKE_PARALLELISM};
#gbuild_target = $ENV{gb_TAILBUILDTARGET};
}
$gbuild_flags .= ' ' . $ENV{GMAKE_OPTIONS};
$job_to_do = "
make -f ../Makefile $gbuild_flags $gbuild_ta
rget
";
print "
gbuild
module $registered_name: $job_to_do
\
n
";
}
}
}
else
else
{
{
...
@@ -1837,7 +1855,6 @@ sub run_job {
...
@@ -1837,7 +1855,6 @@ sub run_job {
system("
$perl
$mkout
");
system("
$perl
$mkout
");
};
};
}
}
open (MAKE, "
$job_to_do
2
>&
1
|
") or return 8;
open (MAKE, "
$job_to_do
2
>&
1
|
") or return 8;
open (LOGFILE, "
>
$log_file
") or return 8;
open (LOGFILE, "
>
$log_file
") or return 8;
while (<MAKE>) { print LOGFILE $_; print $_ }
while (<MAKE>) { print LOGFILE $_; print $_ }
...
...
solenv/gbuild/templates/makefile.mk
deleted
100644 → 0
Dosyayı görüntüle @
6a0972ce
.INCLUDE
:
gbuildbridge.mk
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