projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
add config file /etc/config/network, add board-specific network.overrides (instead...
[openwrt.git]
/
openwrt
/
Makefile
diff --git
a/openwrt/Makefile
b/openwrt/Makefile
index
cd94233
..
45a9ba7
100644
(file)
--- a/
openwrt/Makefile
+++ b/
openwrt/Makefile
@@
-74,13
+74,12
@@
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
@@
-91,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
@@
-108,6
+104,16
@@
$(BUILD_DIR):
source: $(TARGETS_SOURCE)
source: $(TARGETS_SOURCE)
+
+package/%:
+ $(MAKE) -C package $(patsubst package/%,%,$@)
+
+target/%:
+ $(MAKE) -C target $(patsubst target/%,%,$@)
+
+toolchain/%:
+ $(MAKE) -C toolchain $(patsubst toolchain/%,%,$@)
+
#############################################################
#
# Cleanup and misc junk
#############################################################
#
# Cleanup and misc junk
@@
-120,6
+126,7
@@
image_clean:
target_clean: image_clean
rm -rf $(TARGET_DIR)
target_clean: image_clean
rm -rf $(TARGET_DIR)
+ rm -rf $(BUILD_DIR)/linux-*/root
clean: target_clean
@$(MAKE) -C $(CONFIG) clean
clean: target_clean
@$(MAKE) -C $(CONFIG) clean
This page took
0.042382 seconds
and
4
git commands to generate.