Closed
Description
When you run make distclean
, it doesn't touch builddir
, even though that's (currently) where cross-builds put their builds. The command should probably rm -r builddir
(assuming we stick with builddir
as the directory name; need to check with other core devs before this gets wider than Tools/wasm
and .gitignore
).