diff options
author | Felix Fietkau <nbd@openwrt.org> | 2012-10-06 16:01:06 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2012-10-06 16:01:06 +0000 |
commit | 44cd20b8023f6f2fca50c32772229590b179756d (patch) | |
tree | 814262a8291ca31c2261c2028238ecb44447ab75 /rules.mk | |
parent | 5c91b34ed732afddfcb15fdf857f6939c050dfb1 (diff) | |
download | openwrt-44cd20b8023f6f2fca50c32772229590b179756d.tar.gz openwrt-44cd20b8023f6f2fca50c32772229590b179756d.tar.bz2 openwrt-44cd20b8023f6f2fca50c32772229590b179756d.zip |
build: rework the package/install step - collect package install lists during package/compile, then install all packages at once
SVN-Revision: 33631
Diffstat (limited to 'rules.mk')
-rw-r--r-- | rules.mk | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -105,6 +105,7 @@ TARGET_ROOTFS_DIR?=$(if $(call qstrip,$(CONFIG_TARGET_ROOTFS_DIR)),$(call qstrip TARGET_DIR:=$(TARGET_ROOTFS_DIR)/root-$(BOARD) STAGING_DIR_ROOT:=$(STAGING_DIR)/root-$(BOARD) BUILD_LOG_DIR:=$(TOPDIR)/logs +PKG_INFO_DIR := $(STAGING_DIR)/pkginfo TARGET_PATH:=$(STAGING_DIR_HOST)/bin:$(subst $(space),:,$(filter-out .,$(filter-out ./,$(subst :,$(space),$(PATH))))) TARGET_CFLAGS:=$(TARGET_OPTIMIZATION)$(if $(CONFIG_DEBUG), -g3) |