parallel-subdirs.mak: snippet to include in Makefiles to build subdirectories in...
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Fri, 26 Mar 2010 19:42:41 +0000 (19:42 +0000)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Sun, 28 Mar 2010 23:17:46 +0000 (00:17 +0100)
commitba33d1f3cf0b9143963f13dd1ea05c93b1db8864
tree38f8fa6c341a9002353ec8d2814d99e46f7f34ee
parent07c73773777a88139603adbd23af13d3a6662dfe
parallel-subdirs.mak: snippet to include in Makefiles to build subdirectories in parallel

Build sub-directories in parallel if make -jN is used. We'll descend
into the sub-directories a second time after the first parallel run,
but at that point there shouldn't be anything left to do. Assumes
there are no dependencies between any of the sub-directories.
parallel-subdirs.mak [new file with mode: 0644]