Commit d53d1ab
committed
Fix symlink updates when switching configurations
Use all-local hook to ensure lsdiff and grepdiff symlinks are built
during 'make', so they correctly point to filterdiff or patchfilter
depending on the configuration.
Previously, after reconfiguring between implementations, running 'make'
would not update the symlinks, leaving them pointing to the wrong target.
Also ensure the patchview directory exists before creating symlinks in it,
which fixes 'make distcheck'.
Assisted-by: Claude Code1 parent 6710e06 commit d53d1ab
1 file changed
+5
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
10 | 8 | | |
11 | 9 | | |
12 | 10 | | |
| |||
152 | 150 | | |
153 | 151 | | |
154 | 152 | | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
155 | 158 | | |
156 | 159 | | |
157 | 160 | | |
| |||
0 commit comments