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
9be1f793
Kaydet (Commit)
9be1f793
authored
Ock 19, 2012
tarafından
Norbert Thiebaud
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
avoid exporting un-necessary symbol/alias for stable scripts
üst
4a9526d5
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
7 deletions
+6
-7
set_soenv.in
set_soenv.in
+0
-4
build.pl
solenv/bin/build.pl
+2
-2
settings.mk
solenv/inc/settings.mk
+4
-1
No files found.
set_soenv.in
Dosyayı görüntüle @
9be1f793
...
@@ -646,9 +646,6 @@ if ( $platform =~ m/cygwin/ )
...
@@ -646,9 +646,6 @@ if ( $platform =~ m/cygwin/ )
ToFile
(
"TOUCH"
,
$WIN_TOUCH
,
"e"
);
ToFile
(
"TOUCH"
,
$WIN_TOUCH
,
"e"
);
}
}
ToFile
(
"DELIVER"
,
"deliver.pl"
,
"e"
);
ToFile
(
"MKOUT"
,
"mkout.pl"
,
"e"
);
ToFile
(
"ZIPDEP"
,
"zipdep.pl"
,
"e"
);
#
#
# Writing the aliases to file.
# Writing the aliases to file.
...
@@ -666,7 +663,6 @@ if ($platform =~ m/solaris|darwin|freebsd/)
...
@@ -666,7 +663,6 @@ if ($platform =~ m/solaris|darwin|freebsd/)
ToFile
(
"GNUPATCH"
,
"@GNUPATCH@"
,
"e"
);
ToFile
(
"GNUPATCH"
,
"@GNUPATCH@"
,
"e"
);
}
}
ToFile
(
"ENV_SCRIPT"
,
"$outfile"
,
"e"
);
#
#
# Writing unset variables you might not need to file.
# Writing unset variables you might not need to file.
#
#
...
...
solenv/bin/build.pl
Dosyayı görüntüle @
9be1f793
...
@@ -191,7 +191,7 @@
...
@@ -191,7 +191,7 @@
my $verbose = 0;
my $verbose = 0;
my @modules_built = ();
my @modules_built = ();
my $deliver_command =
$ENV{DELIVER}
;
my $deliver_command =
"deliver.pl"
;
my %prj_platform = ();
my %prj_platform = ();
my $check_error_string = '';
my $check_error_string = '';
my $dmake = '';
my $dmake = '';
...
@@ -1512,7 +1512,7 @@ sub cancel_build {
...
@@ -1512,7 +1512,7 @@ sub cancel_build {
print
STDERR
"\n"
;
print
STDERR
"\n"
;
print
STDERR
""
.
$ENV
{
'OOO_SHELL'
}
.
"\n"
;
print
STDERR
""
.
$ENV
{
'OOO_SHELL'
}
.
"\n"
;
print
STDERR
"cd "
.
$ENV
{
'SRC_ROOT'
}
.
"\n"
;
print
STDERR
"cd "
.
$ENV
{
'SRC_ROOT'
}
.
"\n"
;
print
STDERR
"source ./
"
.
$ENV
{
'ENV_SCRIPT'
}
.
"
\n"
;
print
STDERR
"source ./
build_env
\n"
;
print
STDERR
"cd $module\n"
;
print
STDERR
"cd $module\n"
;
if
(
$source_config
->
is_gbuild
(
$module
)
)
if
(
$source_config
->
is_gbuild
(
$module
)
)
{
{
...
...
solenv/inc/settings.mk
Dosyayı görüntüle @
9be1f793
...
@@ -271,6 +271,9 @@ PROFILE=
...
@@ -271,6 +271,9 @@ PROFILE=
DBGUTIL=
DBGUTIL=
dbgutil=
dbgutil=
ZIPDEP:="zipdep.pl"
# ===========================================================================
# ===========================================================================
# unter NT werden Variablennamen an untergeordnete makefiles UPPERCASE
# unter NT werden Variablennamen an untergeordnete makefiles UPPERCASE
# weitergereicht, aber case significant ausgewertet!
# weitergereicht, aber case significant ausgewertet!
...
@@ -563,7 +566,7 @@ LOCAL_COMMON_OUT:=$(subst,$(OUTPATH),$(COMMON_OUTDIR) $(OUT))
...
@@ -563,7 +566,7 @@ LOCAL_COMMON_OUT:=$(subst,$(OUTPATH),$(COMMON_OUTDIR) $(OUT))
# target instead of using $(OUT)/inc/myworld.mk as target name.
# target instead of using $(OUT)/inc/myworld.mk as target name.
# (See iz62795)
# (See iz62795)
$(posix_PWD)/$(OUT)/inc/%world.mk :
$(posix_PWD)/$(OUT)/inc/%world.mk :
@
$(MKOUT)
$(ROUT)
@
mkout.pl
$(ROUT)
@echo $(EMQ)# > $@
@echo $(EMQ)# > $@
.INCLUDE : $(posix_PWD)/$(OUT)/inc/myworld.mk
.INCLUDE : $(posix_PWD)/$(OUT)/inc/myworld.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