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
129852ce
Kaydet (Commit)
129852ce
authored
Eyl 07, 2011
tarafından
Tor Lillqvist
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Don't deliver build.lst to solver and don't look for it there
üst
31cd8304
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
33 deletions
+0
-33
build.pl
solenv/bin/build.pl
+0
-26
deliver.pl
solenv/bin/deliver.pl
+0
-7
No files found.
solenv/bin/build.pl
Dosyayı görüntüle @
129852ce
...
@@ -479,7 +479,6 @@ sub get_build_list_path {
...
@@ -479,7 +479,6 @@ sub get_build_list_path {
};
};
};
};
$dead_parents{$module}++;
$dead_parents{$module}++;
$build_list_paths{$module} = correct_path(retrieve_build_list($module)) if (!defined $build_list_paths{$module});
return $build_list_paths{$module};
return $build_list_paths{$module};
};
};
...
@@ -2029,31 +2028,6 @@ sub get_tmp_dir {
...
@@ -2029,31 +2028,6 @@ sub get_tmp_dir {
return
$tmp_dir
;
return
$tmp_dir
;
};
};
sub
retrieve_build_list
{
my
$module
=
shift
;
my
$old_fh
=
select
(
STDOUT
);
# Try to get global depencies from solver's build.lst if such exists
my
$solver_inc_dir
=
"$ENV{SOLARVER}/$ENV{OUTPATH}"
;
$solver_inc_dir
.=
$ENV
{
PROEXT
}
if
(
defined
$ENV
{
PROEXT
});
$solver_inc_dir
.=
'/inc'
;
$solver_inc_dir
.=
"/$module"
;
$solver_inc_dir
=
correct_path
(
$solver_inc_dir
);
$dead_parents
{
$module
}
++
;
print
"Fetching dependencies for module $module from solver..."
;
my
$build_list_candidate
=
"$solver_inc_dir/build.lst"
;
if
(
-
e
$build_list_candidate
)
{
print
" ok\n"
;
select
(
$old_fh
);
return
$build_list_candidate
;
};
print
(
" failed\n"
);
print_error
(
"incomplete dependencies!\n"
);
return
undef
;
};
sub
prepare_build_from_with_branches
{
sub
prepare_build_from_with_branches
{
my
(
$full_deps_hash
,
$reversed_full_deps_hash
)
=
@_
;
my
(
$full_deps_hash
,
$reversed_full_deps_hash
)
=
@_
;
foreach
my
$prerequisite
(
keys
%
$full_deps_hash
)
{
foreach
my
$prerequisite
(
keys
%
$full_deps_hash
)
{
...
...
solenv/bin/deliver.pl
Dosyayı görüntüle @
129852ce
...
@@ -1003,13 +1003,6 @@ sub push_default_actions
...
@@ -1003,13 +1003,6 @@ sub push_default_actions
push
(
@action_data
,
[
'mkdir'
,
"%_DEST%/res/img"
]);
push
(
@action_data
,
[
'mkdir'
,
"%_DEST%/res/img"
]);
}
}
# deliver build.lst to $dest/inc/$module
push
(
@action_data
,
[
'copy'
,
"build.lst %_DEST%/inc/$module/build.lst"
]);
if
(
$common_build
)
{
# ... and to $common_dest/inc/$module
push
(
@action_data
,
[
'copy'
,
"build.lst %COMMON_DEST%/inc/$module/build.lst"
]);
}
# need to copy libstaticmxp.dylib for Mac OS X
# need to copy libstaticmxp.dylib for Mac OS X
if
(
$^O
eq
'darwin'
)
if
(
$^O
eq
'darwin'
)
{
{
...
...
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