Explicitly set number of make jobs to one when building LablGL
commit79b938e536e39f0f18957d453c98bf6917cebdd5
authormalc <av1474@comtv.ru>
Wed, 17 Oct 2012 17:10:54 +0000 (17 21:10 +0400)
committermalc <av1474@comtv.ru>
Wed, 17 Oct 2012 17:11:13 +0000 (17 21:11 +0400)
tree7992a1ef1d135b63d8f670bdb6eda2ece400d4c0
parent9e7907690faa54e3680bb9d5181ca1fc6c2ee16d
Explicitly set number of make jobs to one when building LablGL

Some targets depend on var2XXX but the fact is not reflected in the
rule, so parallel make tries to build those before var2XXX is
available leading to errors if MAKEFLAGS environment variable is set
to '-j N' (where N >1)
buildall.sh