X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=Makefile;h=09db75c5508d49d1bc10f66007149136ca0bcf7c;hb=7ffb707576e8c635321275e9f118c8ad27d4c798;hp=a26eeee0a8b8727581ceae2be2a603702a0c2468;hpb=131db366a3785a72b6e742f1842d29c1ad200601;p=openwrt%2Fstaging%2Fmkresin.git diff --git a/Makefile b/Makefile index a26eeee0a8..09db75c550 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ $(if $(findstring $(space),$(TOPDIR)),$(error ERROR: The path to the LEDE direct world: -include $(TOPDIR)/include/host.mk +export PATH:=$(TOPDIR)/staging_dir/host/bin:$(PATH) ifneq ($(OPENWRT_BUILD),1) _SINGLE=export MAKEFLAGS=$(space); @@ -92,9 +92,10 @@ diffconfig: FORCE $(SCRIPT_DIR)/diffconfig.sh > $(BIN_DIR)/config.seed prepare: .config $(tools/stamp-compile) $(toolchain/stamp-compile) + $(_SINGLE)$(SUBMAKE) -r diffconfig + world: prepare $(target/stamp-compile) $(package/stamp-compile) $(package/stamp-install) $(target/stamp-install) FORCE $(_SINGLE)$(SUBMAKE) -r package/index - $(_SINGLE)$(SUBMAKE) -r diffconfig $(_SINGLE)$(SUBMAKE) -r checksum .PHONY: clean dirclean prereq prepare world package/symlinks package/symlinks-install package/symlinks-clean