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
39565fee
Kaydet (Commit)
39565fee
authored
Tem 20, 2010
tarafından
Hans-Joachim Lankenau
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
#i107097# - pass MAXPROCESS to GNU make in external modules
üst
0e6d1583
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
makefile.mk
cppunit/makefile.mk
+2
-2
makefile.mk
hyphen/makefile.mk
+1
-1
makefile.mk
libxmlsec/makefile.mk
+2
-2
No files found.
cppunit/makefile.mk
Dosyayı görüntüle @
39565fee
...
@@ -97,7 +97,7 @@ CONFIGURE_FLAGS = --prefix=$(shell cd $(PACKAGE_DIR) && \
...
@@ -97,7 +97,7 @@ CONFIGURE_FLAGS = --prefix=$(shell cd $(PACKAGE_DIR) && \
LDFLAGS
=
'
$(LDFLAGS)
$(OOO_STLPORT_LDFLAGS)
'
\
LDFLAGS
=
'
$(LDFLAGS)
$(OOO_STLPORT_LDFLAGS)
'
\
LIBS
=
'
$(OOO_STLPORT_LIBS)
$(MY_LIBS)
'
LIBS
=
'
$(OOO_STLPORT_LIBS)
$(MY_LIBS)
'
BUILD_ACTION
=
$(GNUMAKE)
BUILD_ACTION
=
$(GNUMAKE)
-j
$(EXTMAXPROCESS)
BUILD_FLAGS
=
install
BUILD_FLAGS
=
install
OUTDIR2INC
=
ooo-install/include/cppunit
OUTDIR2INC
=
ooo-install/include/cppunit
...
@@ -172,7 +172,7 @@ CONFIGURE_FLAGS = --prefix=$(shell cd $(PACKAGE_DIR) && \
...
@@ -172,7 +172,7 @@ CONFIGURE_FLAGS = --prefix=$(shell cd $(PACKAGE_DIR) && \
LDFLAGS
=
'
$(LDFLAGS)
$(OOO_STLPORT_LDFLAGS)
'
\
LDFLAGS
=
'
$(LDFLAGS)
$(OOO_STLPORT_LDFLAGS)
'
\
LIBS
=
'
$(OOO_STLPORT_LIBS)
$(MY_LIBS)
'
LIBS
=
'
$(OOO_STLPORT_LIBS)
$(MY_LIBS)
'
BUILD_ACTION
=
$(GNUMAKE)
BUILD_ACTION
=
$(GNUMAKE)
-j
$(EXTMAXPROCESS)
BUILD_FLAGS
=
install
BUILD_FLAGS
=
install
OUTDIR2INC
=
ooo-install/include/cppunit
OUTDIR2INC
=
ooo-install/include/cppunit
...
...
hyphen/makefile.mk
Dosyayı görüntüle @
39565fee
...
@@ -74,7 +74,7 @@ BUILD_ACTION=make hyph_en_US.dic
...
@@ -74,7 +74,7 @@ BUILD_ACTION=make hyph_en_US.dic
@all
:
@all
:
echo
"Nothing to do here."
echo
"Nothing to do here."
.ELSE
.ELSE
BUILD_ACTION
=
make
&&
make check
BUILD_ACTION
=
$(GNUMAKE)
-j
$(EXTMAXPROCESS)
OUT2INC
+=
hyphen.h
OUT2INC
+=
hyphen.h
.ENDIF
.ENDIF
...
...
libxmlsec/makefile.mk
Dosyayı görüntüle @
39565fee
...
@@ -102,7 +102,7 @@ CONFIGURE_FLAGS=--with-libxslt=no --with-openssl=no --with-gnutls=no --with-mozi
...
@@ -102,7 +102,7 @@ CONFIGURE_FLAGS=--with-libxslt=no --with-openssl=no --with-gnutls=no --with-mozi
.IF
"$(SYSTEM_MOZILLA)"
!=
"YES"
.IF
"$(SYSTEM_MOZILLA)"
!=
"YES"
CONFIGURE_FLAGS
+=
--enable-pkgconfig
=
no
CONFIGURE_FLAGS
+=
--enable-pkgconfig
=
no
.ENDIF
.ENDIF
BUILD_ACTION
=
$(GNUMAKE)
BUILD_ACTION
=
$(GNUMAKE)
-j
$(EXTMAXPROCESS)
BUILD_DIR
=
$(CONFIGURE_DIR)
BUILD_DIR
=
$(CONFIGURE_DIR)
.ELSE
.ELSE
CONFIGURE_DIR
=
win32
CONFIGURE_DIR
=
win32
...
@@ -166,7 +166,7 @@ CONFIGURE_FLAGS=--with-pic --disable-shared --disable-crypto-dl --with-libxslt=n
...
@@ -166,7 +166,7 @@ CONFIGURE_FLAGS=--with-pic --disable-shared --disable-crypto-dl --with-libxslt=n
.IF
"$(SYSTEM_MOZILLA)"
!=
"YES"
.IF
"$(SYSTEM_MOZILLA)"
!=
"YES"
CONFIGURE_FLAGS
+=
--enable-pkgconfig
=
no
CONFIGURE_FLAGS
+=
--enable-pkgconfig
=
no
.ENDIF
.ENDIF
BUILD_ACTION
=
$(GNUMAKE)
BUILD_ACTION
=
$(GNUMAKE)
-j
$(EXTMAXPROCESS)
BUILD_DIR
=
$(CONFIGURE_DIR)
BUILD_DIR
=
$(CONFIGURE_DIR)
.ENDIF
.ENDIF
...
...
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