projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a74795a
)
remove useless FORCE depend
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 31 May 2006 22:38:39 +0000
(22:38 +0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 31 May 2006 22:38:39 +0000
(22:38 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3875
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
target/linux/kernel.mk
patch
|
blob
|
history
diff --git
a/target/linux/kernel.mk
b/target/linux/kernel.mk
index
8e0b197
..
fc33754
100644
(file)
--- a/
target/linux/kernel.mk
+++ b/
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
This page took
0.027695 seconds
and
4
git commands to generate.