X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/6ce0261ebb837dace1b59494f650637cd5d28688..7ee6686c52225248500dc4f3f36485f9350bbc6f:/Makefile diff --git a/Makefile b/Makefile index 8a052674b..e035faac2 100644 --- a/Makefile +++ b/Makefile @@ -48,7 +48,7 @@ distclean: dirclean # check prerequisites before starting to build prereq: $(package/stamp-prereq) $(target/stamp-prereq) ; -world: .config $(tools/stamp-install) $(toolchain/stamp-install) $(target/stamp-compile) $(package/stamp-compile) $(package/stamp-install) $(target/stamp-install) FORCE +world: .config $(tools/stamp-install) $(toolchain/stamp-install) $(target/stamp-compile) $(package/stamp-cleanup) $(package/stamp-compile) $(package/stamp-install) $(package/stamp-rootfs-prepare) $(target/stamp-install) FORCE $(MAKE) package/index package/symlinks: