diff options
author | Ralph Hempel <ralph.hempel@lantiq.com> | 2009-05-28 16:30:04 +0000 |
---|---|---|
committer | Ralph Hempel <ralph.hempel@lantiq.com> | 2009-05-28 16:30:04 +0000 |
commit | 92dfe3875a17cf226981ac6ac641dd6a4fe246db (patch) | |
tree | 1f0359fb95cb6b91dae7deedf0573ae3a81cc55c /rules.mk | |
parent | 8b02ac2366c93c87dc57c0730191bc48223897e7 (diff) | |
download | upstream-92dfe3875a17cf226981ac6ac641dd6a4fe246db.tar.gz upstream-92dfe3875a17cf226981ac6ac641dd6a4fe246db.tar.bz2 upstream-92dfe3875a17cf226981ac6ac641dd6a4fe246db.zip |
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
Diffstat (limited to 'rules.mk')
-rw-r--r-- | rules.mk | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -64,6 +64,7 @@ STAMP_DIR_HOST=$(BUILD_DIR_HOST)/stamp TARGET_ROOTFS_DIR?=$(if $(call qstrip,$(CONFIG_TARGET_ROOTFS_DIR)),$(call qstrip,$(CONFIG_TARGET_ROOTFS_DIR)),$(BUILD_DIR)) TARGET_DIR:=$(TARGET_ROOTFS_DIR)/root-$(BOARD) DEBUG_DIR:=$(BUILD_DIR)/debug-$(BOARD) +BUILD_LOG_DIR:=$(TOPDIR)/logs TARGET_PATH:=$(TOOLCHAIN_DIR)/usr/bin:$(STAGING_DIR_HOST)/bin:$(PATH) TARGET_PATH_PKG:=$(STAGING_DIR)/host/bin:$(TARGET_PATH) |