Commit a8ede8b
committed
odb: Move messages checking to odb to fix deps.
The messages checking was set at db level as odb is an interface and
doesn't not have a post-build trigger. Unfortunately there were no
dependencies on other libs besides db such as defin.
So since add_dependencies can only add targets but not files,
create a custom target which depends on a generated files which
triggers the call to find_messages.py.
Signed-off-by: Christian Costa <titan.costa@gmail.com>1 parent 9c48043 commit a8ede8b
2 files changed
+19
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
179 | 179 | | |
180 | 180 | | |
181 | 181 | | |
182 | | - | |
183 | | - | |
184 | | - | |
185 | | - | |
186 | | - | |
187 | | - | |
0 commit comments