app-defaults, config, types: re-enable parallel builds
With a fixed merge utility, we can run these builds in parallel now without random corruption of the message files.
This commit is contained in:
@@ -1,9 +1,5 @@
|
||||
# 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,9 +1,5 @@
|
||||
# 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 0100.session \
|
||||
|
||||
@@ -1,9 +1,5 @@
|
||||
# process the types files...
|
||||
|
||||
# We can't do parallel builds here because MERGE is rather dumb and
|
||||
# hardcodes file names and the like.
|
||||
.NOTPARALLEL:
|
||||
|
||||
DTTYPES = 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 \
|
||||
|
||||
Reference in New Issue
Block a user