localization: disable parallel builds for app-defaults, types, and config
authorJon Trulson <jon@radscan.com>
Sun, 1 Dec 2019 03:45:50 +0000 (20:45 -0700)
committerJon Trulson <jon@radscan.com>
Sun, 1 Dec 2019 03:49:10 +0000 (20:49 -0700)
These use the 'merge' utility which hardcodes temp files and the like
- it cannot be run with other instances without generating bogus
errors and occasionally coredumping. :(

cde/programs/localized/templates/app-defaults.am
cde/programs/localized/templates/config.am
cde/programs/localized/templates/types.am

index e3cacb56b3abd6c7267b2eab74b0b06a437338cc..520d50005c9faa9b3fcdef561502e710578b922e 100644 (file)
@@ -1,5 +1,9 @@
 # process the app-defaults files...
 
+# We can't do parallel builds here because MERGE is rather dumb and
+# hardcodes file names and the like.
+.NOTPARALLEL:
+
 #NOTYET - Dtinfo 
 
 BUILT_SOURCES = Dthelpview Dtimsstart Dtlogin Dthello Dtsession                \
index 8cffb30819b987a5d3cf46c51dacc00785af9b2f..988b4101263b7686d4153c056c5476d873338d26 100644 (file)
@@ -1,5 +1,9 @@
 # process the config files...
 
+# We can't do parallel builds here because MERGE is rather dumb and
+# hardcodes file names and the like.
+.NOTPARALLEL:
+
 BUILT_SOURCES = sys.resources sys.session sys.font sys.dtwmrc  \
        Xresources dtfile.config home.session current.session   \
        display.home.session display.current.session
index 17a1e7acda115005e319fc72c834d48606c14574..0d98615a13ed23d8aec582e01019a603ca1ecb29 100644 (file)
@@ -1,5 +1,9 @@
 # process the types files...
 
+# We can't do parallel builds here because MERGE is rather dumb and
+# hardcodes file names and the like.
+.NOTPARALLEL:
+
 BUILT_SOURCES = autoStart.dt user-prefs.dt uxstd.dt dt.dt develop.dt   \
        datatypes.dt dtappman.dt dtfile.dt dtims.dt dtinfo.dt           \
        dtpad.dt xclients.dt dthelp.dt dthelpprint.dt print.dt          \