From: Richard W.M. Jones Date: Tue, 24 Jan 2023 08:46:26 +0000 (+0000) Subject: Note to remove all .depcache files on the first run of a new build X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=4d0defeee8995d37f297228e856375d04d0bd2b6;hp=6232840427c5b535bc55556db5413931cb668339;p=fedora-ocaml-rebuild.git Note to remove all .depcache files on the first run of a new build Somehow the existing files were invalid (did I change the format??) and that broke dependency generation. --- diff --git a/README b/README index 79f5dc2..a53e5ea 100644 --- a/README +++ b/README @@ -85,7 +85,11 @@ When you're ready to do a rebuild: server because the whole rebuild will take quite a long time, possibly 1-2 days. -(4) Assuming you have goals checked out and compiled in an adjacent +(4) On the first run (only), remove all .depcache files: + + find ~/d/fedora -name .depcache -delete + +(5) Assuming you have goals checked out and compiled in an adjacent directory, do: ../goals/run goals -k