diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-03-16 16:21:07 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-03-16 16:21:07 +0200 |
commit | 7f9fda79a0e96bbeeaee4e6b05f9ae5e1738d88a (patch) | |
tree | 7a5594759f62f9136db32845fd4baf7268805d7a /NEWS | |
parent | c76ff457079bf5901a6bb55377c14aeee856a354 (diff) |
Change prerequisite cleaning "limit" from subdirectories to same project
One day we will get this right.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -64,7 +64,7 @@ Version 0.3.0 dependency (.d) files rather than being re-extracted on every run. This speeds up the up-to-date check significantly. - * Revert back to only cleaning targets in subdirectories. + * Revert back to only cleaning prerequisites if they are in the same project. Cleaning everything as long as it is in the same strong amalgamation had some undesirable side effects. For example, in bpkg, upgrading a package |