Re: [dev] Build system: redo

2020-12-20 Thread Sergey Matveev
Greetings! *** Jeremy [2020-12-20 10:00]: >Would you happen to know why $3 is necessary, and why one can't write >to $1 directly? We need this to atomically create targets. How can one determine if $1 was completed successfully when some outage happens? For example: $ cat tarball.tar.do

Re: [dev] Build system: redo

2020-12-20 Thread Jeremy
Hey Sergey, Thank you for this in-depth example. This is helpful. Would you happen to know why $3 is necessary, and why one can't write to $1 directly? I'm working on a project that involves cloning & compiling musl-gcc, and am cuious whether redo could be a good fit. I've cloned musl, and I ha