Skip to content

Commit

Permalink
remove toolchain build directory as well in 'make dirclean'
Browse files Browse the repository at this point in the history
SVN-Revision: 13494
  • Loading branch information
Nicolas Thill committed Dec 3, 2008
1 parent a10dd02 commit 71e8b3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 71e8b3c

Please sign in to comment.