[Psi-Devel] make -j (was Re: Psi 0.13-rc2)
Justin Karneges
justin-psi2 at affinix.com
Wed Jul 15 00:27:14 PDT 2009
On Tuesday 14 July 2009 23:53:40 Aleksey "AlekSi" Palazhchenko wrote:
> aleksi at tower:~/Code/psi$ make -j3
> cd third-party/qca/ && /usr/bin/qmake-qt4 qca.pro -unix -o Makefile
> cd iris/ && /usr/bin/qmake-qt4 iris.pro -unix -o Makefile
> cd src/ && /usr/bin/qmake-qt4 src.pro -unix -o Makefile
Ah, it looks like the makefiles for subdirs all get made at the same time. We
need to fix this so src.pro doesn't get processed until later on
(specifically, until some other iris .pro files are processed, but waiting
until the iris dir is entirely built would work well enough too). I'm not
sure how to do this yet. Even "CONFIG += ordered" in psi.pro has no effect.
Qt itself seems to get around this problem by qmaking all .pro files, in
order, at configure time.
Hmmmm...
-Justin
More information about the Psi-Devel
mailing list