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
bd5a6c28
Kaydet (Commit)
bd5a6c28
authored
Kas 07, 2013
tarafından
Michael Stahl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
a little instdir sub-dir cleanup
Change-Id: I97df3f949da7403e46951cf159a9fc1fca4cc23f
üst
b38e996b
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
Makefile.in
Makefile.in
+3
-3
verify-custom-widgets-libs
bin/verify-custom-widgets-libs
+1
-1
callcatcher.Makefile
solenv/bin/callcatcher.Makefile
+1
-1
No files found.
Makefile.in
Dosyayı görüntüle @
bd5a6c28
...
...
@@ -275,11 +275,11 @@ dev-install:
@
echo
@
echo
"dev-install is obsolete! Just build with
\"
make check
\"
and run"
ifeq
($(OS),MACOSX)
@echo
" open instdir/
*/
$(PRODUCTNAME).app"
@echo
" open instdir/$(PRODUCTNAME).app"
@echo
@echo "To debug
:
gdb instdir/
*/
$(PRODUCTNAME).app/Contents/MacOS/soffice"
@echo "To debug
:
gdb instdir/$(PRODUCTNAME).app/Contents/MacOS/soffice"
else
@echo
" instdir/
*/
program/soffice"
@echo
" instdir/program/soffice"
endif
@echo
@echo "(only if you have good reason to test an actual installation
:
make test-install)"
...
...
bin/verify-custom-widgets-libs
Dosyayı görüntüle @
bd5a6c28
...
...
@@ -20,7 +20,7 @@ for foo in $FOO; do
lib
=
$(
echo
$foo
|
cut
-f1
-d-
)
symbol
=
$(
echo
$foo
|
cut
-f2
-d-
)
echo
testing
if
lib
$lib
.so contains make
$symbol
nm
-D
instdir/
unxlng
*
/
program/lib
$lib
.so |
grep
make
$symbol
>
/dev/null
nm
-D
instdir/program/lib
$lib
.so |
grep
make
$symbol
>
/dev/null
if
[
$?
!=
0
]
;
then
echo
"MISSING. Windows will crash"
else
...
...
solenv/bin/callcatcher.Makefile
Dosyayı görüntüle @
bd5a6c28
...
...
@@ -26,7 +26,7 @@ findunusedcode:
$(GNUMAKE) BUILDDIR=callcatcher -j $(PARALLELISM) $(GMAKE_OPTIONS) -f Makefile.gbuild
$(GNUMAKE) BUILDDIR=callcatcher -j $(PARALLELISM) $(GMAKE_OPTIONS) -f Makefile.gbuild subsequentcheck
callanalyse \
$(
SRCDIR)/instdir/callcatcher
/program/* \
$(
INSTDIR)
/program/* \
$(WORKDIR)/LinkTarget/*/* $(WORKDIR)/LinkTarget/*/*/* \
$(WORKDIR)/UnpackedTarball/cppunit/src/cppunit/.libs/libcppunit.so* \
> unusedcode.all
...
...
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