diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-09-25 06:38:59 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-09-25 06:38:59 +0200 |
commit | 8cb07f05a9896ef141cad518ba4461c1db804257 (patch) | |
tree | 5fb1f4acc7d7fff94fb6c1c7742d018707321fff | |
parent | cde4f7847072099db6728bfbf109dafcfeed225f (diff) |
Update feature: Support for parallel builds
-rw-r--r-- | build2/parallel-build | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build2/parallel-build b/build2/parallel-build index 6c2397b..6739f67 100644 --- a/build2/parallel-build +++ b/build2/parallel-build @@ -10,3 +10,5 @@ Notes ~ Can we pass things (e.g., target) as const to update. The only issue is how to change state/mtime. + +* There is old design, review for any good ideas. |