Skip to content
Snippets Groups Projects
Commit 71e8b3c4 authored by Nicolas Thill's avatar Nicolas Thill
Browse files

remove toolchain build directory as well in 'make dirclean'

SVN-Revision: 13494
parent a10dd02b
No related branches found
No related tags found
No related merge requests found
......@@ -53,7 +53,7 @@ clean: FORCE
$(_SINGLE)$(SUBMAKE) target/linux/clean
dirclean: clean
rm -rf $(STAGING_DIR) $(STAGING_DIR_HOST) $(STAGING_DIR_TOOLCHAIN) $(TOOLCHAIN_DIR) $(BUILD_DIR_HOST)
rm -rf $(STAGING_DIR) $(STAGING_DIR_HOST) $(STAGING_DIR_TOOLCHAIN) $(TOOLCHAIN_DIR) $(BUILD_DIR_HOST) $(BUILD_DIR_TOOLCHAIN)
rm -rf $(TMP_DIR)
tmp/.prereq_packages: .config
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment