1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-02-13 19:52:20 +00:00

dtappbuilder/src/ab: disable parallel builds

Due to the way dtcodegen works, we can't use parallel builds (-j) in
this directory without corrupting things and generating build errors.
This commit is contained in:
Jon Trulson 2020-09-05 16:20:13 -06:00
parent 65d2062518
commit e5914dd108

View file

@ -12,6 +12,10 @@ DTCODEGENCAT = NLSPATH=$(top_builddir)/programs/dtappbuilder/src/abmf/dtcodegen.
DTCODEGEN = $(DTCODEGENCAT) ../abmf/dtcodegen
# Due to the way dtcodegen works, especially with the -merge option, we need
# to disable parallel builds (-j) here to avoid corrupting everything.
.NOTPARALLEL:
if BSD
UTILLIB = -lutil
endif