remove toolchain build directory as well in 'make dirclean'
SVN-Revision: 13494
This commit is contained in:
parent
a10dd02b34
commit
71e8b3c4f7
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue