Don't run fetch if rebuilding
Compare changes
Files
2+ 3
− 2
@@ -20,8 +20,9 @@ else
Fetch was not working but the build was still fine, so fetch seems somewhat unnecessary. Fetch was fixed in another MR, so now fetch becomes yet even more time consuming if it is unnecessary. This MR addresses a couple of issues.
make all
.make rebuild
the fetch.tag
is not deleted, so fetch does not run during rebuild and we rely on cook to update the source if needed.make qemu
the first time, caused by fstools.tag
being out of date with respect to the cookbook
directory after the cookbook/repo
directory gets created. This has been fixed by touching fstools.tag
after building the repo.