mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-15 04:32:24 +00:00
localization: disable parallel builds for app-defaults, types, and config
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. :(
This commit is contained in:
parent
d8e218c865
commit
ab393fbef1
3 changed files with 12 additions and 0 deletions
|
@ -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 \
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue