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
d7050e4d
Kaydet (Commit)
d7050e4d
authored
Kas 07, 2011
tarafından
Tor Lillqvist
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Split clean into clean-host and clean-build targets
üst
37fca8bf
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
Makefile.in
Makefile.in
+6
-2
No files found.
Makefile.in
Dosyayı görüntüle @
d7050e4d
...
...
@@ -15,7 +15,7 @@ else
gb_MAKETARGET
=
all
endif
.PHONY
:
build dev-install all cross-build-toolset install distro-pack-install clean distclean findunusedcode
.PHONY
:
build dev-install all cross-build-toolset install distro-pack-install clean
clean-host clean-build
distclean findunusedcode
all
:
build unitcheck
@
echo
...
...
@@ -90,7 +90,9 @@ endif
desktop/scripts/soffice.sh
ooo.lst
post_download
post_download.log
\
set_soenv
set_soenv.last
set_soenv.stamp
src.downloaded
warn
clean
:
clean
:
clean-host clean-build
clean-host
:
.
./Env.Host.sh
&&
\
rm
-rf
*
/
$$
INPATH
&&
\
rm
-rf
solver/
$$
INPATH
&&
\
...
...
@@ -101,6 +103,8 @@ ifeq (@BUILD_DMAKE@,YES)
(if
[
-f
dmake/Makefile
]
;
then
$$GNUMAKE
-C
dmake
clean;
fi)
&&
\
rm
-f
solenv/*/bin/dmake*
endif
clean-build
:
ifeq
(@CROSS_COMPILING@,YES)
.
./Env.Host.sh
&&
\
rm
-rf
*/$$INPATH_FOR_BUILD
&&
\
...
...
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