diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-04-07 16:52:39 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-04-07 16:52:39 +0200 |
commit | 657a975c63efd3e2d1ef148551c960931d3c1862 (patch) | |
tree | a84cf54350ef0266355aacef61c054bf17b15639 | |
parent | 6c3649709f70bcf58c450cbadabf7811f3d11a1a (diff) | |
download | koffice-657a975c63efd3e2d1ef148551c960931d3c1862.tar.gz koffice-657a975c63efd3e2d1ef148551c960931d3c1862.zip |
Workaround for parallel build.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-rw-r--r-- | chalk/colorspaces/cmyk_u16/Makefile.am | 1 | ||||
-rw-r--r-- | chalk/colorspaces/gray_u8/Makefile.am | 1 | ||||
-rw-r--r-- | chalk/colorspaces/lms_f32/Makefile.am | 1 | ||||
-rw-r--r-- | chalk/colorspaces/rgb_f16half/Makefile.am | 1 | ||||
-rw-r--r-- | chalk/colorspaces/rgb_f32/Makefile.am | 1 | ||||
-rw-r--r-- | chalk/colorspaces/rgb_u16/Makefile.am | 1 | ||||
-rw-r--r-- | chalk/colorspaces/ycbcr_u16/Makefile.am | 2 | ||||
-rw-r--r-- | chalk/colorspaces/ycbcr_u8/Makefile.am | 2 |
8 files changed, 10 insertions, 0 deletions
diff --git a/chalk/colorspaces/cmyk_u16/Makefile.am b/chalk/colorspaces/cmyk_u16/Makefile.am index c828f778..00cdd32d 100644 --- a/chalk/colorspaces/cmyk_u16/Makefile.am +++ b/chalk/colorspaces/cmyk_u16/Makefile.am @@ -28,3 +28,4 @@ chalk_cmyk_u16_plugin_la_METASOURCES = AUTO SUBDIRS = . #$(TESTSDIR) +.NOTPARALLEL: diff --git a/chalk/colorspaces/gray_u8/Makefile.am b/chalk/colorspaces/gray_u8/Makefile.am index 494acd22..fda7f56a 100644 --- a/chalk/colorspaces/gray_u8/Makefile.am +++ b/chalk/colorspaces/gray_u8/Makefile.am @@ -29,3 +29,4 @@ endif SUBDIRS = . templates $(TESTSDIR) +.NOTPARALLEL: diff --git a/chalk/colorspaces/lms_f32/Makefile.am b/chalk/colorspaces/lms_f32/Makefile.am index f0199266..bf8c65ec 100644 --- a/chalk/colorspaces/lms_f32/Makefile.am +++ b/chalk/colorspaces/lms_f32/Makefile.am @@ -26,3 +26,4 @@ chalk_lms_f32_plugin_la_LIBADD = libchalk_lms_f32.la ../../chalkcolor/libchalkc chalk_lms_f32_plugin_la_METASOURCES = AUTO +.NOTPARALLEL: diff --git a/chalk/colorspaces/rgb_f16half/Makefile.am b/chalk/colorspaces/rgb_f16half/Makefile.am index 195197ba..52f0c583 100644 --- a/chalk/colorspaces/rgb_f16half/Makefile.am +++ b/chalk/colorspaces/rgb_f16half/Makefile.am @@ -35,3 +35,4 @@ endif SUBDIRS = . $(TESTSDIR) +.NOTPARALLEL: diff --git a/chalk/colorspaces/rgb_f32/Makefile.am b/chalk/colorspaces/rgb_f32/Makefile.am index 0d6a8934..0d206a3e 100644 --- a/chalk/colorspaces/rgb_f32/Makefile.am +++ b/chalk/colorspaces/rgb_f32/Makefile.am @@ -32,3 +32,4 @@ endif SUBDIRS = . $(TESTSDIR) +.NOTPARALLEL: diff --git a/chalk/colorspaces/rgb_u16/Makefile.am b/chalk/colorspaces/rgb_u16/Makefile.am index d193e057..41711c55 100644 --- a/chalk/colorspaces/rgb_u16/Makefile.am +++ b/chalk/colorspaces/rgb_u16/Makefile.am @@ -30,3 +30,4 @@ endif SUBDIRS = . $(TESTSDIR) +.NOTPARALLEL: diff --git a/chalk/colorspaces/ycbcr_u16/Makefile.am b/chalk/colorspaces/ycbcr_u16/Makefile.am index fffb4a05..ab820020 100644 --- a/chalk/colorspaces/ycbcr_u16/Makefile.am +++ b/chalk/colorspaces/ycbcr_u16/Makefile.am @@ -25,3 +25,5 @@ chalk_ycbcr_u16_plugin_la_LIBADD = libchalk_ycbcr_u16.la ../../chalkcolor/libch METASOURCES = AUTO libchalk_ycbcr_u16_la_SOURCES = kis_ycbcr_u16_colorspace.cc + +.NOTPARALLEL: diff --git a/chalk/colorspaces/ycbcr_u8/Makefile.am b/chalk/colorspaces/ycbcr_u8/Makefile.am index 0627d518..82f2942d 100644 --- a/chalk/colorspaces/ycbcr_u8/Makefile.am +++ b/chalk/colorspaces/ycbcr_u8/Makefile.am @@ -27,3 +27,5 @@ METASOURCES = AUTO libchalk_ycbcr_u8_la_SOURCES = kis_ycbcr_u8_colorspace.cc kde_services_DATA = chalk_ycbcr_u8_plugin.desktop + +.NOTPARALLEL: |