aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorRalph Hempel <ralph.hempel@lantiq.com>2009-05-28 16:30:04 +0000
committerRalph Hempel <ralph.hempel@lantiq.com>2009-05-28 16:30:04 +0000
commitc4d7af70948fb173132c4cd632421547d95bf305 (patch)
treee9037bc7ddf252f96ce8c6bd58c79ff39c4b212a /Makefile
parent72e25b07b8cacd76265f39db048f740407663ddf (diff)
downloadupstream-c4d7af70948fb173132c4cd632421547d95bf305.tar.gz
upstream-c4d7af70948fb173132c4cd632421547d95bf305.tar.bz2
upstream-c4d7af70948fb173132c4cd632421547d95bf305.zip
added BUILD_LOG_DIR variable, make clean will delete the ./logs dir
SVN-Revision: 16148
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 05a2c2b21b..6cf4a4b1e0 100644
--- a/Makefile
+++ b/Makefile
@@ -49,8 +49,8 @@ $(BUILD_DIR)/.prepared: Makefile
@touch $@
clean: FORCE
- rm -rf $(BUILD_DIR) $(BIN_DIR)
$(_SINGLE)$(SUBMAKE) target/linux/clean
+ rm -rf $(BUILD_DIR) $(BIN_DIR) $(BUILD_LOG_DIR)
dirclean: clean
rm -rf $(STAGING_DIR) $(STAGING_DIR_HOST) $(STAGING_DIR_TOOLCHAIN) $(TOOLCHAIN_DIR) $(BUILD_DIR_HOST) $(BUILD_DIR_TOOLCHAIN)