I've messed up some files in target fs. So i would like to reassemble it. But not rebuild all.
make clean just erases all output, + build directory.
What command should use to delete only target directory and all related .stamp_some_step files recursively through output/build/ structure, forcing buildroot to reassemble filesystem according to current config, but not rebuilding all libraries and binaries again and again?