summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2016-08-21 17:00:15 +0200
committerSlávek Banko <slavek.banko@axis.cz>2016-08-21 17:00:33 +0200
commit08500cc118c149f1c8364eaf9ab505ace28913fa (patch)
tree583289b15306f718265391db14811d7729fb32bf
parent28a965c0d006078b392ffb45b764e8640ccf0e52 (diff)
downloadkoffice-08500cc118c149f1c8364eaf9ab505ace28913fa.tar.gz
koffice-08500cc118c149f1c8364eaf9ab505ace28913fa.zip
Workaround for parallel build
Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit a3814fe7ed9a0e00589137b194a4ebbfec75079b)
-rw-r--r--chalk/Makefile.am1
-rw-r--r--chalk/colorspaces/rgb_u8/Makefile.am1
-rw-r--r--karbon/Makefile.am1
-rw-r--r--kchart/Makefile.am2
-rw-r--r--kexi/Makefile.am2
-rw-r--r--kexi/plugins/forms/Makefile.am2
-rw-r--r--kformula/Makefile.am2
-rw-r--r--kivio/kiviopart/Makefile.am2
-rw-r--r--koshell/Makefile.am2
-rw-r--r--kpresenter/Makefile.am2
-rw-r--r--kspread/Makefile.am2
-rw-r--r--kugar/kudesigner/Makefile.am1
-rw-r--r--kugar/part/Makefile.am2
-rw-r--r--kword/Makefile.am2
-rw-r--r--lib/kofficecore/Makefile.am2
15 files changed, 25 insertions, 1 deletions
diff --git a/chalk/Makefile.am b/chalk/Makefile.am
index 3a0c3eb9..1c2e60ef 100644
--- a/chalk/Makefile.am
+++ b/chalk/Makefile.am
@@ -45,3 +45,4 @@ include $(top_srcdir)/admin/Doxyfile.am
kde_services_DATA = chalkpart.desktop
+.NOTPARALLEL:
diff --git a/chalk/colorspaces/rgb_u8/Makefile.am b/chalk/colorspaces/rgb_u8/Makefile.am
index 79b85fe5..3705ea70 100644
--- a/chalk/colorspaces/rgb_u8/Makefile.am
+++ b/chalk/colorspaces/rgb_u8/Makefile.am
@@ -31,3 +31,4 @@ endif
SUBDIRS = . templates $(TESTSDIR)
+.NOTPARALLEL:
diff --git a/karbon/Makefile.am b/karbon/Makefile.am
index 556b4952..924d7c35 100644
--- a/karbon/Makefile.am
+++ b/karbon/Makefile.am
@@ -59,3 +59,4 @@ messages: rc.cpp
include $(top_srcdir)/admin/Doxyfile.am
+.NOTPARALLEL:
diff --git a/kchart/Makefile.am b/kchart/Makefile.am
index a6d79b86..fc98f26e 100644
--- a/kchart/Makefile.am
+++ b/kchart/Makefile.am
@@ -96,3 +96,5 @@ messages: rc.cpp
kde_services_DATA = kchartpart.desktop
include $(top_srcdir)/admin/Doxyfile.am
+
+.NOTPARALLEL:
diff --git a/kexi/Makefile.am b/kexi/Makefile.am
index 4b1a22b6..7c4e7295 100644
--- a/kexi/Makefile.am
+++ b/kexi/Makefile.am
@@ -74,4 +74,4 @@ DOXYGEN_EXCLUDE = 3rdparty kexidb/parser/sqlparser.h kexidb/drivers/odbc
include $(top_srcdir)/admin/Doxyfile.am
-
+.NOTPARALLEL:
diff --git a/kexi/plugins/forms/Makefile.am b/kexi/plugins/forms/Makefile.am
index a2046da9..aff5c467 100644
--- a/kexi/plugins/forms/Makefile.am
+++ b/kexi/plugins/forms/Makefile.am
@@ -68,3 +68,5 @@ METASOURCES = AUTO
include ../Makefile.common
noinst_HEADERS = kexidataprovider.h kexidbfactory.h \
kexiformpart.h kexiformscrollview.h kexiformview.h
+
+.NOTPARALLEL:
diff --git a/kformula/Makefile.am b/kformula/Makefile.am
index 5673fbb8..a00235b2 100644
--- a/kformula/Makefile.am
+++ b/kformula/Makefile.am
@@ -39,3 +39,5 @@ messages: rc.cpp
kde_services_DATA = kformulapart.desktop
include $(top_srcdir)/admin/Doxyfile.am
+
+.NOTPARALLEL:
diff --git a/kivio/kiviopart/Makefile.am b/kivio/kiviopart/Makefile.am
index a2958be3..39bae3fb 100644
--- a/kivio/kiviopart/Makefile.am
+++ b/kivio/kiviopart/Makefile.am
@@ -68,3 +68,5 @@ kivio_view.lo: ui/kivio_protection_panel_base.h \
ui/export_page_dialog_base.h \
ui/aligndialog.h
noinst_HEADERS = kiviostencilsetinstaller.h addstenciltool.h
+
+.NOTPARALLEL:
diff --git a/koshell/Makefile.am b/koshell/Makefile.am
index 47f41aeb..43dc43a0 100644
--- a/koshell/Makefile.am
+++ b/koshell/Makefile.am
@@ -23,3 +23,5 @@ messages: rc.cpp
$(XGETTEXT) rc.cpp *.cc *.cpp -o $(podir)/koshell.pot
include $(top_srcdir)/admin/Doxyfile.am
+
+.NOTPARALLEL:
diff --git a/kpresenter/Makefile.am b/kpresenter/Makefile.am
index 805b75a2..b7c259f5 100644
--- a/kpresenter/Makefile.am
+++ b/kpresenter/Makefile.am
@@ -102,3 +102,5 @@ messages: rc.cpp
$(XGETTEXT) rc.cpp */*.cpp *.cpp *.h KPrAboutData.h -o $(podir)/kpresenter.pot
include $(top_srcdir)/admin/Doxyfile.am
+
+.NOTPARALLEL:
diff --git a/kspread/Makefile.am b/kspread/Makefile.am
index 6f8a038b..d3965a2d 100644
--- a/kspread/Makefile.am
+++ b/kspread/Makefile.am
@@ -71,3 +71,5 @@ messages: rc.cpp
include ../admin/Doxyfile.am
noinst_HEADERS =
+
+.NOTPARALLEL:
diff --git a/kugar/kudesigner/Makefile.am b/kugar/kudesigner/Makefile.am
index 487e8c37..332fd50c 100644
--- a/kugar/kudesigner/Makefile.am
+++ b/kugar/kudesigner/Makefile.am
@@ -40,3 +40,4 @@ EXTRA_DIST = \
KDE_CXXFLAGS = $(USE_EXCEPTIONS) -DKPROPERTY_EXPORT=
+.NOTPARALLEL:
diff --git a/kugar/part/Makefile.am b/kugar/part/Makefile.am
index 5a7b5cba..cbeb16cf 100644
--- a/kugar/part/Makefile.am
+++ b/kugar/part/Makefile.am
@@ -33,3 +33,5 @@ kugar_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT)
kugar_la_LIBADD = $(LIB_KOFFICECORE)
kde_services_DATA = kugarpart.desktop
+
+.NOTPARALLEL:
diff --git a/kword/Makefile.am b/kword/Makefile.am
index 99e78ad5..64eb84a9 100644
--- a/kword/Makefile.am
+++ b/kword/Makefile.am
@@ -92,3 +92,5 @@ messages: rc.cpp
-rm xml_doc.cpp
include $(top_srcdir)/admin/Doxyfile.am
+
+.NOTPARALLEL:
diff --git a/lib/kofficecore/Makefile.am b/lib/kofficecore/Makefile.am
index 28ac2324..dafab054 100644
--- a/lib/kofficecore/Makefile.am
+++ b/lib/kofficecore/Makefile.am
@@ -68,3 +68,5 @@ rc_DATA = koffice_shell.rc
service_DATA = kodocinfopropspage.desktop
servicedir = $(kde_servicesdir)
+
+.NOTPARALLEL: