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
d5f31a60
Kaydet (Commit)
d5f31a60
authored
Ock 19, 2012
tarafından
Norbert Thiebaud
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
migrate TARFILE_LOCATION out of set_soenv
üst
9be1f793
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
8 deletions
+2
-8
config_host.mk.in
config_host.mk.in
+1
-0
configure.in
configure.in
+1
-1
set_soenv.in
set_soenv.in
+0
-7
No files found.
config_host.mk.in
Dosyayı görüntüle @
d5f31a60
...
...
@@ -400,6 +400,7 @@ export SYSTEM_SERVLETAPI="@SYSTEM_SERVLETAPI@"
export SYSTEM_STDLIBS="@SYSTEM_STDLIBS@"
export SYSTEM_VIGRA="@SYSTEM_VIGRA@"
export SYSTEM_ZLIB="@SYSTEM_ZLIB@"
export TARFILE_LOCATION="@TARFILE_LOCATION@"
export THES_SYSTEM_DIR="@THES_SYSTEM_DIR@"
export TYPO_EXTENSION_PACK="@TYPO_EXTENSION_PACK@"
export UNIXWRAPPERNAME="@UNIXWRAPPERNAME@"
...
...
configure.in
Dosyayı görüntüle @
d5f31a60
...
...
@@ -3316,7 +3316,7 @@ AC_SUBST(FONTCONFIG_LIBS)
dnl whether to find & fetch external tarballs?
dnl ===================================================================
if test -z "$TARFILE_LOCATION"; then
TARFILE_LOCATION="
DEFAULT
"
TARFILE_LOCATION="
$SRC_ROOT/src
"
fi
AC_SUBST(TARFILE_LOCATION)
...
...
set_soenv.in
Dosyayı görüntüle @
d5f31a60
...
...
@@ -158,7 +158,6 @@ chomp( $oldPATH ); # cut off new line
# NB: Language options now set at 'ToFile' stage.
$SOLAR_JAVA
=
"@SOLAR_JAVA@"
;
$comment
=
"#"
;
# UNIX script comment character
$TARFILE_LOCATION
=
"@TARFILE_LOCATION@"
;
# where to find tarballs with external sources
# Setting platform dependent constant values.
if
(
$platform
=~
m/cygwin|mingw32/
)
...
...
@@ -260,11 +259,6 @@ $XLIB = PathFormat('@XLIB@'); # X11 libraries
$XINC
=
PathFormat
(
'@XINC@'
);
# X11 includes
# default TARFILE_LOCATION
if
(
'@TARFILE_LOCATION@'
eq
"DEFAULT"
)
{
$TARFILE_LOCATION
=
"$SRC_ROOT/src"
;
}
#
$SOLARENV
=
PathFormat
(
$SRC_ROOT
.
$SOLENV
);
# Location of the solver tree.
...
...
@@ -514,7 +508,6 @@ ToFile( "Platform independent constant values.", $empty, "c" );
}
ToFile
(
"nodep"
,
"@nodep@"
,
"e"
);
ToFile
(
"TARFILE_LOCATION"
,
$TARFILE_LOCATION
,
"e"
);
#
# Writing the platform dependent constant values to file.
...
...
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