Have make clobber
delete builddir
#106704
Labels
build
The build process and cross-build
topic-WebAssembly
type-feature
A feature request or enhancement
When you run
make distclean
, it doesn't touchbuilddir
, even though that's (currently) where cross-builds put their builds. The command should probablyrm -r builddir
(assuming we stick withbuilddir
as the directory name; need to check with other core devs before this gets wider thanTools/wasm
and.gitignore
).The text was updated successfully, but these errors were encountered: