From 4d0defeee8995d37f297228e856375d04d0bd2b6 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Tue, 24 Jan 2023 08:46:26 +0000 Subject: [PATCH] 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. --- README | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 -- 1.8.3.1