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
4e1dd613
Kaydet (Commit)
4e1dd613
authored
Şub 28, 2013
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
reduce callcatcher call post dmake death
Change-Id: I05a68199c606c815ab007cb662c0b29053eb3609
üst
b458e734
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
12 deletions
+2
-12
Makefile.in
Makefile.in
+1
-1
callcatcher.Makefile
solenv/bin/callcatcher.Makefile
+1
-11
No files found.
Makefile.in
Dosyayı görüntüle @
4e1dd613
...
...
@@ -336,7 +336,7 @@ findunusedcode:
@
echo
unexport CFLAGS
>>
$(SRCDIR)
/config_host_callcatcher.mk
@
echo
unexport CXXFLAGS
>>
$(SRCDIR)
/config_host_callcatcher.mk
@
mkdir
-p
$(SRCDIR)
/solenv/callcatcher/bin
&&
\
@
$(GNUMAKE)
-f
$(SOLARENV)
/bin/callcatcher.Makefile findunusedcode
$(GNUMAKE)
-f
$(SOLARENV)
/bin/callcatcher.Makefile findunusedcode
@
grep
::.
*
\(
unusedcode.all
\
|
grep
-v
^Atom
\
|
grep
-v
^atom::
\
...
...
solenv/bin/callcatcher.Makefile
Dosyayı görüntüle @
4e1dd613
...
...
@@ -18,13 +18,6 @@ export AR:=callarchive ar
else
export AR:=callarchive $(AR)
endif
#old-school ones, can go post-gbuildification is complete
export LINK:=$(CXX)
ifeq ($(LIBMGR),)
export LIBMGR:=callarchive ar
else
export LIBMGR:=callarchive $(LIBMGR)
endif
export dbglevel:=2
include $(SOLARENV)/gbuild/gbuild.mk
...
...
@@ -33,9 +26,6 @@ findunusedcode:
$(GNUMAKE) -j $(PARALLELISM) $(GMAKE_OPTIONS) -f Makefile.build
ooinstall -l $(DEVINSTALLDIR)/opt
$(GNUMAKE) -j $(PARALLELISM) $(GMAKE_OPTIONS) -f Makefile.build subsequentcheck
callanalyse \
$(WORKDIR)/LinkTarget/*/* \
*/$(OUTPATH)/bin/* \
*/$(OUTPATH)/lib/* > unusedcode.all
callanalyse $(WORKDIR)/LinkTarget/*/* > unusedcode.all
# vim: set noet sw=4 ts=4:
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