OSDN Git Service

mka: change how make is called
authorArnav Gupta <championswimmer@gmail.com>
Fri, 23 Nov 2012 17:47:44 +0000 (10:47 -0700)
committerSteve Kondik <steve@cyngn.com>
Sun, 4 Sep 2016 04:47:36 +0000 (21:47 -0700)
commit5e9e8a8187d6b06f65a3f016a8c67b66a60855fa
treeacc0f0d10f8ac66c3d61ed703f5cc77454813fab
parent9016d688c0a938b5c60a56f45217fe015fbed8fd
mka: change how make is called

in some environments make -j N xxx results in compiling target 'N' instead of 'xxx'
make -jN xxx will always make 'xxx' with N number of threads
Signed-off-by: Arnav Gupta <championswimmer@gmail.com>
Change-Id: I77f17c9286a5ef1d61163d8f978900fb4c24e2e7
envsetup.sh