mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-11 22:41:02 +00:00
a780e0f5a1
We add to `GARBAGE_DIRS` in the toplevel `Makefile.in` because all of our Rust libraries share a single `CARGO_TARGET_DIR`, located in topobjdir. We add to `GARBAGE_DIRS` for Rust programs because Rust programs currently do not share compilation artifacts with Rust libraries (as our libraries are built with `panic=abort` and our programs are not, sharing compilation artifacts between the two is a non-starter). Differential Revision: https://phabricator.services.mozilla.com/D26762 --HG-- extra : moz-landing-system : lando