OSDN Git Service

Implement makeparallel
authorColin Cross <ccross@android.com>
Sun, 6 Sep 2015 04:16:19 +0000 (21:16 -0700)
committerColin Cross <ccross@android.com>
Mon, 14 Sep 2015 21:33:50 +0000 (14:33 -0700)
commita55544875a65b33468ef662b3a3b8bbd2ab2b5d8
treebe7b7e16e41317148a24cd11c16578fa0c10f7ee
parentda196abf10fd9a500fe223952d96cf93ed699983
Implement makeparallel

makeparallel communicates with the GNU make jobserver
(http://make.mad-scientist.net/papers/jobserver-implementation/)
in order claim all available jobs, and then passes the number of jobs
claimed to a subprocess with -j<jobs>.

Change-Id: Id41a2d81e0d835517da8ba52c818c763fc455c14
tools/makeparallel/.gitignore [new file with mode: 0644]
tools/makeparallel/Makefile [new file with mode: 0644]
tools/makeparallel/Makefile.test [new file with mode: 0644]
tools/makeparallel/README.md [new file with mode: 0644]
tools/makeparallel/makeparallel.cpp [new file with mode: 0644]