mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-15 04:32:24 +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:
parent
65d2062518
commit
e5914dd108
1 changed files with 4 additions and 0 deletions
|
@ -12,6 +12,10 @@ DTCODEGENCAT = NLSPATH=$(top_builddir)/programs/dtappbuilder/src/abmf/dtcodegen.
|
||||||
|
|
||||||
DTCODEGEN = $(DTCODEGENCAT) ../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
|
if BSD
|
||||||
UTILLIB = -lutil
|
UTILLIB = -lutil
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Reference in a new issue