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
eb7ee4d1
Kaydet (Commit)
eb7ee4d1
authored
Şub 14, 2012
tarafından
Matúš Kukan
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Makefile: adapt to gbuild'ized smoketest, create target for installing
üst
a391a096
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
17 deletions
+12
-17
Makefile
Makefile
+12
-17
No files found.
Makefile
Dosyayı görüntüle @
eb7ee4d1
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
.PHONY
:
all bootstrap build check clean clean-build clean-host dev-install d
ev-install-link distclean distro-pack-install docs fetch findunusedcode id install subsequenttest
tags
.PHONY
:
all bootstrap build check clean clean-build clean-host dev-install d
istclean distro-pack-install docs fetch findunusedcode id install subsequentcheck
tags
ifeq
($(MAKECMDGOALS),)
ifeq
($(MAKECMDGOALS),)
MAKECMDGOALS
:=
all
MAKECMDGOALS
:=
all
...
@@ -396,14 +396,17 @@ install:
...
@@ -396,14 +396,17 @@ install:
echo
"Installation finished, you can now execute:"
&&
\
echo
"Installation finished, you can now execute:"
&&
\
echo
"
$(INSTALLDIR)
/program/soffice"
echo
"
$(INSTALLDIR)
/program/soffice"
dev-install-link
:
dev-install
:
build
@
rm
-rf
$(OUTDIR)
/installation
@
mkdir
$(OUTDIR)
/installation
ifeq
($(DISABLE_LINKOO),TRUE)
@ooinstall
$(OUTDIR)/installation/opt
@install-gdb-printers
-L
else
@ooinstall
-l
$(OUTDIR)/installation/opt
endif
@rm
-f
$(SRCDIR)/install
&&
ln
-s
$(OUTDIR)/installation/opt/
$(SRCDIR)/install
@rm
-f
$(SRCDIR)/install
&&
ln
-s
$(OUTDIR)/installation/opt/
$(SRCDIR)/install
dev-install
:
dev-install-link
cd
smoketestoo_native
&&
\
unset
MAKEFLAGS
&&
\
$(SOLARENV)
/bin/build.pl
-P
$(BUILD_NCPUS)
--all
--
-P
$(GMAKE_PARALLELISM)
distro-pack-install
:
install
distro-pack-install
:
install
$(SRCDIR)
/bin/distro-install-clean-up
$(SRCDIR)
/bin/distro-install-clean-up
$(SRCDIR)
/bin/distro-install-desktop-integration
$(SRCDIR)
/bin/distro-install-desktop-integration
...
@@ -436,22 +439,14 @@ findunusedcode:
...
@@ -436,22 +439,14 @@ findunusedcode:
|
grep
-v
^salhelper::
\
|
grep
-v
^salhelper::
\
>
unusedcode.easy
>
unusedcode.easy
check
:
subsequentcheck
_after_build
check
:
subsequentcheck
subsequentcheck_after_build
:
build dev-install-link
subsequentcheck
:
dev-install
@
cd
smoketestoo_native
&&
unset
MAKEFLAGS
&&
\
$(SOLARENV)
/bin/build.pl
-P
$(BUILD_NCPUS)
--
-P
$(GMAKE_PARALLELISM)
$(GNUMAKE)
-j
$(GMAKE_PARALLELISM)
$(GMAKE_OPTIONS)
-f
post.Makefile subsequentcheck
subsequentcheck
:
smoketestoo_native
$(GNUMAKE)
-j
$(GMAKE_PARALLELISM)
$(GMAKE_OPTIONS)
-f
post.Makefile subsequentcheck
$(GNUMAKE)
-j
$(GMAKE_PARALLELISM)
$(GMAKE_OPTIONS)
-f
post.Makefile subsequentcheck
debugrun
:
debugrun
:
$(GNUMAKE)
-j
$(GMAKE_PARALLELISM)
$(GMAKE_OPTIONS)
-f
post.Makefile debugrun
$(GNUMAKE)
-j
$(GMAKE_PARALLELISM)
$(GMAKE_OPTIONS)
-f
post.Makefile debugrun
slowcheck
:
$(GNUMAKE)
-j
$(GMAKE_PARALLELISM)
$(GMAKE_OPTIONS)
-f
post.Makefile slowcheck
endif
# not clean or distclean
endif
# not clean or distclean
...
...
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