forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit73afabc
committed
Fix update-unicode target
The normalization-check target needs to be run last, after moving thenewly generated files into place. Also, we need an additionaldependency so that unicode_norm.o is rebuilt first. Otherwise,norm_test will still test the old files but against the new expectedresults, which will probably fail.1 parent00f4aba commit73afabc
1 file changed
+7
-2
lines changedLines changed: 7 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
22 |
| - | |
23 | 22 |
| |
| 23 | + | |
24 | 24 |
| |
25 | 25 |
| |
26 | 26 |
| |
| |||
43 | 43 |
| |
44 | 44 |
| |
45 | 45 |
| |
46 |
| - | |
| 46 | + | |
47 | 47 |
| |
48 | 48 |
| |
49 | 49 |
| |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
50 | 55 |
| |
51 | 56 |
| |
52 | 57 |
| |
|
0 commit comments
Comments
(0)