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
8207990b
Kaydet (Commit)
8207990b
authored
Haz 10, 2012
tarafından
Ariel Constenla-Haile
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Do not mix $OUTPATH with $INPATH
üst
4be7e2d8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
10 deletions
+10
-10
bootstrap.1
bootstrap.1
+10
-10
No files found.
bootstrap.1
Dosyayı görüntüle @
8207990b
...
...
@@ -28,7 +28,7 @@ else
fi
export EXEEXT
mkdir -p "$SOLARENV/$
OUT
PATH/bin"
mkdir -p "$SOLARENV/$
IN
PATH/bin"
#make sure build.pl is executable
...
...
@@ -45,13 +45,13 @@ fi
# ------------------------------------------------------------------------------
# Build dmake
if test -n "$DMAKE_URL" -a ! -x "$SOLARENV/$
OUT
PATH/bin/dmake$EXEEXT"; then
if test -n "$DMAKE_URL" -a ! -x "$SOLARENV/$
IN
PATH/bin/dmake$EXEEXT"; then
# Assume that the dmake archive has been downloaded by fetch_tarballs.sh
# Determine the name of the downloaded file.
dmake_package_name=`echo $DMAKE_URL | sed "s/^\(.*\/\)//"`
tmp_build_dir="$SOLARENV/$
OUT
PATH/misc/build/"
tmp_build_dir="$SOLARENV/$
IN
PATH/misc/build/"
echo "making and entering $tmp_build_dir"
# Clean up any residues from a previous and unsuccessful build.
rm -rf "$tmp_build_dir"
...
...
@@ -120,9 +120,9 @@ if test -n "$DMAKE_URL" -a ! -x "$SOLARENV/$OUTPATH/bin/dmake$EXEEXT"; then
# Deploy the dmake executable to solenv
cp -f "$tmp_build_dir/$dmake_directory_name/dmake$EXEEXT" "$SOLARENV/$
OUT
PATH/bin/dmake$EXEEXT" || exit
cp -f "$tmp_build_dir/$dmake_directory_name/dmake$EXEEXT" "$SOLARENV/$
IN
PATH/bin/dmake$EXEEXT" || exit
echo ""
echo "dmake successfully built and copied to $SOLARENV/$
OUT
PATH/bin/dmake$EXEEXT"
echo "dmake successfully built and copied to $SOLARENV/$
IN
PATH/bin/dmake$EXEEXT"
echo ""
# Clean up. Note that this is skipped when one of the exits is executed above.
...
...
@@ -134,19 +134,19 @@ elif test "$IS_SYSTEM_DMAKE" = "YES"; then
echo "dmake is located in search path"
echo ""
elif test -n "$DMAKE_PATH" -a -x "$DMAKE_PATH" -a ! -x "$SOLARENV/$
OUT
PATH/bin/dmake$EXEEXT"; then
elif test -n "$DMAKE_PATH" -a -x "$DMAKE_PATH" -a ! -x "$SOLARENV/$
IN
PATH/bin/dmake$EXEEXT"; then
cp -f "$DMAKE_PATH" "$SOLARENV/$
OUT
PATH/bin/dmake$EXEEXT" || exit
cp -f "$DMAKE_PATH" "$SOLARENV/$
IN
PATH/bin/dmake$EXEEXT" || exit
echo ""
echo "dmake copied to $SOLARENV/$
OUT
PATH/bin/dmake$EXEEXT"
echo "dmake copied to $SOLARENV/$
IN
PATH/bin/dmake$EXEEXT"
echo ""
else
if test -x "$SOLARENV/$
OUT
PATH/bin/dmake$EXEEXT"; then
if test -x "$SOLARENV/$
IN
PATH/bin/dmake$EXEEXT"; then
echo ""
echo "dmake present in $SOLARENV/$
OUT
PATH/bin/dmake$EXEEXT"
echo "dmake present in $SOLARENV/$
IN
PATH/bin/dmake$EXEEXT"
fi
fi
...
...
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