summaryrefslogtreecommitdiffstats
path: root/include/image.mk
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-08-03 01:21:41 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-08-03 01:21:41 +0000
commit5ce36cbb20aa8d96145a1fe5e9e59794224c82df (patch)
tree78b00c052af6f13a91994d9b97337edc0d6b5224 /include/image.mk
parentce46ec90199b717bb1c28fe11e5a8034702fbad5 (diff)
fix image installation
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8324 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'include/image.mk')
-rw-r--r--include/image.mk7
1 files changed, 5 insertions, 2 deletions
diff --git a/include/image.mk b/include/image.mk
index d00f779fe..b09442877 100644
--- a/include/image.mk
+++ b/include/image.mk
@@ -8,6 +8,9 @@
include $(INCLUDE_DIR)/prereq.mk
include $(INCLUDE_DIR)/kernel.mk
include $(INCLUDE_DIR)/host.mk
+
+override MAKEFLAGS=
+override MAKE:=$(SUBMAKE)
KDIR:=$(BUILD_DIR)/linux-$(KERNEL)-$(BOARD)
ifneq ($(CONFIG_BIG_ENDIAN),y)
@@ -94,14 +97,14 @@ define BuildImage
download:
prepare:
ifneq ($(IB),1)
- compile: compile-targets
+ compile: compile-targets FORCE
$(call Build/Compile)
else
compile:
endif
ifneq ($(IB),1)
- install: compile install-targets
+ install: compile install-targets FORCE
$(call Image/Prepare)
$(call Image/mkfs/prepare)
$(call Image/BuildKernel)