projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
57013b9
)
fix kernel configure target
author
Mike Baker
<mbm@openwrt.org>
Fri, 23 Jun 2006 22:10:43 +0000
(22:10 +0000)
committer
Mike Baker
<mbm@openwrt.org>
Fri, 23 Jun 2006 22:10:43 +0000
(22:10 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4065
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
include/kernel-build.mk
patch
|
blob
|
history
diff --git
a/include/kernel-build.mk
b/include/kernel-build.mk
index
d3c4728
..
dfd4227
100644
(file)
--- a/
include/kernel-build.mk
+++ b/
include/kernel-build.mk
@@
-97,9
+97,8
@@
pkg-install: FORCE
@{ [ "$(INSTALL_TARGETS)" != "" ] && $(IPKG) install $(INSTALL_TARGETS) || true; }
source: $(DL_DIR)/$(LINUX_SOURCE)
-prepare:
+prepare:
$(LINUX_DIR)/.configured
@mkdir -p $(STAMP_DIR) $(PACKAGE_DIR)
- @$(MAKE) $(LINUX_DIR)/.configured
compile: prepare $(STAMP_DIR)/.linux-compile