[bug#60746] [PATCH] dirstamp: use append too instead of truncate

2023-01-12 Thread Karl Berry
- . "\t\@: > $dirstamp\n"); + . "\t\@: >>$dirstamp\n"); No objection from me. Go for it. Thanks. -k

[bug#60746] [PATCH] dirstamp: use append too instead of truncate

2023-01-11 Thread Mike Frysinger
We changed the depfiles logic to use >> (append) instead of > (truncate) due to it being slightly faster & nicer to the disk. Do the same with the dirstamp files as we only need the files to exist -- we don't care about their content, and we never put anything in them ourselves. If someone else