Commit 692567d
Fix .po file dependencies to prevent unnecessary rebuilds
- Make convertpofiles depend on $(POFILES) so make checks if .po files
need to be merged with mailman.pot
- The existing dependency rule %/LC_MESSAGES/mailman.po: mailman.pot
ensures msgmerge only runs when mailman.pot is newer
- Add --backup=none to msgmerge to avoid creating backup files
- This fixes the issue where .po files were always being merged on
every make run, even when mailman.pot hadn't changed1 parent 0aa2c08 commit 692567d
1 file changed
+6
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
122 | | - | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
123 | 125 | | |
124 | 126 | | |
125 | 127 | | |
| |||
151 | 153 | | |
152 | 154 | | |
153 | 155 | | |
154 | | - | |
| 156 | + | |
| 157 | + | |
155 | 158 | | |
156 | 159 | | |
157 | | - | |
| 160 | + | |
158 | 161 | | |
159 | 162 | | |
160 | 163 | | |
0 commit comments