1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

added BUILD_LOG_DIR variable, make clean will delete the ./logs dir

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16148 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
ralph
2009-05-28 16:30:04 +00:00
parent eb4a5e76e5
commit 51def42732
3 changed files with 4 additions and 3 deletions

View File

@@ -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)