search for: 39b40750dd

Displaying 2 results from an estimated 2 matches for "39b40750dd".

2020 Mar 16
1
[nbdkit PATCH] eval: Rebuild hard link if git breaks it
Commit 39b40750dd works if you use 'make clean', but not if you rely on incremental builds. Git likes to update files by creating new inodes, which strands hard links. We could either use symlinks, or as done here, add a dependency to force the hard links to be rebuilt as needed. Fixes: 45b4877fde Signed-...
2020 Mar 16
0
[nbdkit PATCH v2] eval: Rebuild hard link if git breaks it
Commit 39b40750dd works if you rely on 'make clean' after a git update, but not if you rely on incremental 'make'. Git likes to update files by creating new inodes, which strands hard links. We could either use symlinks, or as done here, add a dependency to force the hard links to be rebuilt as nee...