Branch: master

a3814fe7 2016-08-21 10:00:15 Slávek Banko
Workaround for parallel build

Signed-off-by: Slávek Banko <slavek.banko@...>
M chalk/Makefile.am
M chalk/colorspaces/rgb_u8/Makefile.am
M karbon/Makefile.am
M kchart/Makefile.am
M kexi/Makefile.am
M kexi/plugins/forms/Makefile.am
M kformula/Makefile.am
M kivio/kiviopart/Makefile.am
M koshell/Makefile.am
M kpresenter/Makefile.am
M kspread/Makefile.am
M kugar/kudesigner/Makefile.am
M kugar/part/Makefile.am
M kword/Makefile.am
M lib/kofficecore/Makefile.am
diff --git a/chalk/Makefile.am b/chalk/Makefile.am
index 3a0c3eb..1c2e60e 100644
--- a/chalk/Makefile.am
+++ b/chalk/Makefile.am
@@ -45,3 +45,4 @@
 
 kde_services_DATA = chalkpart.desktop
 
+.NOTPARALLEL:
diff --git a/chalk/colorspaces/rgb_u8/Makefile.am b/chalk/colorspaces/rgb_u8/Makefile.am
index 79b85fe..3705ea7 100644
--- a/chalk/colorspaces/rgb_u8/Makefile.am
+++ b/chalk/colorspaces/rgb_u8/Makefile.am
@@ -31,3 +31,4 @@
 
 SUBDIRS = . templates $(TESTSDIR)
 
+.NOTPARALLEL:
diff --git a/karbon/Makefile.am b/karbon/Makefile.am
index 556b495..924d7c3 100644
--- a/karbon/Makefile.am
+++ b/karbon/Makefile.am
@@ -59,3 +59,4 @@
 
 include $(top_srcdir)/admin/Doxyfile.am
 
+.NOTPARALLEL:
diff --git a/kchart/Makefile.am b/kchart/Makefile.am
index a6d79b8..fc98f26 100644
--- a/kchart/Makefile.am
+++ b/kchart/Makefile.am
@@ -96,3 +96,5 @@
 kde_services_DATA = kchartpart.desktop
 
 include $(top_srcdir)/admin/Doxyfile.am
+
+.NOTPARALLEL:
diff --git a/kexi/Makefile.am b/kexi/Makefile.am
index 4b1a22b..7c4e729 100644
--- a/kexi/Makefile.am
+++ b/kexi/Makefile.am
@@ -74,4 +74,4 @@
 
 include $(top_srcdir)/admin/Doxyfile.am
 
-
+.NOTPARALLEL:
diff --git a/kexi/plugins/forms/Makefile.am b/kexi/plugins/forms/Makefile.am
index a2046da..aff5c46 100644
--- a/kexi/plugins/forms/Makefile.am
+++ b/kexi/plugins/forms/Makefile.am
@@ -68,3 +68,5 @@
 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 5673fbb..a00235b 100644
--- a/kformula/Makefile.am
+++ b/kformula/Makefile.am
@@ -39,3 +39,5 @@
 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 a2958be..39bae3f 100644
--- a/kivio/kiviopart/Makefile.am
+++ b/kivio/kiviopart/Makefile.am
@@ -68,3 +68,5 @@
 	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 47f41ae..43dc43a 100644
--- a/koshell/Makefile.am
+++ b/koshell/Makefile.am
@@ -23,3 +23,5 @@
 	$(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 805b75a..b7c259f 100644
--- a/kpresenter/Makefile.am
+++ b/kpresenter/Makefile.am
@@ -102,3 +102,5 @@
 	$(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 6f8a038..d3965a2 100644
--- a/kspread/Makefile.am
+++ b/kspread/Makefile.am
@@ -71,3 +71,5 @@
 include ../admin/Doxyfile.am
 
 noinst_HEADERS =
+
+.NOTPARALLEL:
diff --git a/kugar/kudesigner/Makefile.am b/kugar/kudesigner/Makefile.am
index 487e8c3..332fd50 100644
--- a/kugar/kudesigner/Makefile.am
+++ b/kugar/kudesigner/Makefile.am
@@ -40,3 +40,4 @@
 
 KDE_CXXFLAGS = $(USE_EXCEPTIONS) -DKPROPERTY_EXPORT=
 
+.NOTPARALLEL:
diff --git a/kugar/part/Makefile.am b/kugar/part/Makefile.am
index 5a7b5cb..cbeb16c 100644
--- a/kugar/part/Makefile.am
+++ b/kugar/part/Makefile.am
@@ -33,3 +33,5 @@
 kugar_la_LIBADD = $(LIB_KOFFICECORE)
 
 kde_services_DATA = kugarpart.desktop
+
+.NOTPARALLEL:
diff --git a/kword/Makefile.am b/kword/Makefile.am
index 99e78ad..64eb84a 100644
--- a/kword/Makefile.am
+++ b/kword/Makefile.am
@@ -92,3 +92,5 @@
 	-rm xml_doc.cpp
 
 include $(top_srcdir)/admin/Doxyfile.am
+
+.NOTPARALLEL:
diff --git a/lib/kofficecore/Makefile.am b/lib/kofficecore/Makefile.am
index be8267e..b571148 100644
--- a/lib/kofficecore/Makefile.am
+++ b/lib/kofficecore/Makefile.am
@@ -68,3 +68,5 @@
 
 service_DATA = kodocinfopropspage.desktop
 servicedir = $(kde_servicesdir)
+
+.NOTPARALLEL: