Commit f0db147
committed
Squash build races between dmalloc.h and .o files
This change modifies the object code to depend on dmalloc.h as it's
generated over the course of the build. This unbreaks parallel builds
(-j greater than 1).
NB: technically all of the local header dependencies should be fully
mapped to their .o files to ensure that the .o files are properly
rebuilt when the headers are modified, but this covers the core
concurrent build issue that was occurring prior to this change.
Co-authored-by: Bryan Drewery <bdrewery@FreeBSD.org>
Signed-off-by: Enji Cooper <yaneurabeya@gmail.com>1 parent 2fca29a commit f0db147
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
| 157 | + | |
| 158 | + | |
157 | 159 | | |
158 | 160 | | |
159 | 161 | | |
| |||
0 commit comments