projects
/
lede.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f9703f
)
remove useless FORCE depend
author
Felix Fietkau
<nbd@openwrt.org>
Wed, 31 May 2006 22:38:39 +0000
(22:38 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Wed, 31 May 2006 22:38:39 +0000
(22:38 +0000)
SVN-Revision: 3875
openwrt/target/linux/kernel.mk
patch
|
blob
|
history
diff --git
a/openwrt/target/linux/kernel.mk
b/openwrt/target/linux/kernel.mk
index 8e0b197e16e2de7b6f3274c1762a5eb76c269bc2..fc337543e0f7ad8e30d4ba1054ae626405565bd6 100644
(file)
--- a/
openwrt/target/linux/kernel.mk
+++ b/
openwrt/target/linux/kernel.mk
@@
-40,7
+40,7
@@
$(LINUX_DIR)/.configured: $(LINUX_DIR)/.patched
touch $@
endif
-$(LINUX_DIR)/vmlinux: $(STAMP_DIR)/.linux-compile pkg-install
FORCE
+$(LINUX_DIR)/vmlinux: $(STAMP_DIR)/.linux-compile pkg-install
$(MAKE) -C $(LINUX_DIR) CROSS_COMPILE="$(KERNEL_CROSS)" ARCH=$(LINUX_KARCH) PATH=$(TARGET_PATH)
$(LINUX_KERNEL): $(LINUX_DIR)/vmlinux