- Notifications
You must be signed in to change notification settings - Fork4.9k
Commit384f933
committed
Fix regression test make dependencies
The dependencies on the spi and dummy_seclabel contrib modules wereincomplete, because they did not pick up automatically generateddependencies on header files. This will manifest itself especially whenswitching major versions, where the contrib modules would not berecompiled to contain the new version number, leading to regression testfailures.To fix this, use the submake approach already in use elsewhere, so thatthe contrib modules are built using their full rules.1 parent605b4c5 commit384f933
1 file changed
+11
-6
lines changedLines changed: 11 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
111 | 111 |
| |
112 | 112 |
| |
113 | 113 |
| |
114 |
| - | |
115 |
| - | |
| 114 | + | |
116 | 115 |
| |
117 |
| - | |
118 |
| - | |
| 116 | + | |
119 | 117 |
| |
120 |
| - | |
121 |
| - | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
122 | 127 |
| |
123 | 128 |
| |
124 | 129 |
| |
|
0 commit comments
Comments
(0)