Bug 1591172 Comment 0 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

```
1:40.55 make[4]: *** No rule to make target '/home/dblohm7/src/mc1/mfbt/lz4.c', needed by 'lz4.o'.  Stop.
1:40.55 ${HOME}/src/mc1/config/recurse.mk:74: recipe for target 'mfbt/target-objects' failed
1:40.55 make[3]: *** [mfbt/target-objects] Error 2
```

I get this off and on when building inside a linux VM. Are we missing a dependency somewhere?
```
1:40.55 make[4]: *** No rule to make target '${HOME}/src/mc1/mfbt/lz4.c', needed by 'lz4.o'.  Stop.
1:40.55 ${HOME}/src/mc1/config/recurse.mk:74: recipe for target 'mfbt/target-objects' failed
1:40.55 make[3]: *** [mfbt/target-objects] Error 2
```

I get this off and on when building inside a linux VM. Are we missing a dependency somewhere?

Back to Bug 1591172 Comment 0