projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
updates from whiterussian
[openwrt.git]
/
openwrt
/
Makefile
diff --git
a/openwrt/Makefile
b/openwrt/Makefile
index
1b8d968
..
45a9ba7
100644
(file)
--- a/
openwrt/Makefile
+++ b/
openwrt/Makefile
@@
-77,9
+77,9
@@
package_install: package_compile toolchain
# In this section, we need .config
include .config.cmd
# In this section, we need .config
include .config.cmd
-world: $(DL_DIR) $(BUILD_DIR) configtest t
arget_prepare $(TARGET_DIR) t
oolchain_install package_install target_install package_index
+world: $(DL_DIR) $(BUILD_DIR) configtest toolchain_install package_install target_install package_index
-.PHONY: all world clean dirclean distclean image_clean target_clean source target_
prepare target_
install toolchain_install package_install configtest
+.PHONY: all world clean dirclean distclean image_clean target_clean source target_install toolchain_install package_install configtest
configtest:
-cp .config .config.test
configtest:
-cp .config .config.test
@@
-90,9
+90,6
@@
package_index:
$(STAGING_DIR)/usr/bin/ipkg-make-index . > Packages \
)
$(STAGING_DIR)/usr/bin/ipkg-make-index . > Packages \
)
-target_prepare:
- $(MAKE) -C target prepare
-
target_compile:
$(MAKE) -C target compile
target_compile:
$(MAKE) -C target compile
This page took
0.025233 seconds
and
4
git commands to generate.