Forum archive
TKLDev quick re-patch not working
Good afternoon,
I'm getting back into TKLDev with a new project, now running version 14.1, and I'm having a problem I don't recall having previously. All commands below are from the root of the project folder. When I try to remake root.patched or root.sandbox, for some reason it seems to be remaking from scratch. I used to do this by removing the deck and the stamp and re-running make.
I've figured out that I can reset the sandbox like this:
deck -D build/root.sandbox
deck build/root.patched build/root.sandbox
However, I'm not sure what to do about root.patched. I'm working on conf.d scripts and so this is costing me a lot of time with it rebuilding everything repeatedly. According to https://github.com/turnkeylinux-apps/tkldev/blob/master/docs/tips.rst this is the procedure:
rm build/stamps/root.patched
make root.sandbox
But, as I said, this appears to be remaking the whole thing from square one and takes several minutes. The first thing it does is delete the bootstrap deck. How do you do this?
The same thing happens if I do this:
deck -D build/root.sandbox
deck -D build/root.patched
rm build/stamps/root.sandbox build/stamps/root.patched
make root.patched