X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=blobdiff_plain;f=Makefile;h=e035faac2598135a8ce418c793e8ef349f81a600;hp=8a052674b4d5c9b14d64b688532dd341a78d7f93;hb=cb7605f7bac41f50032bbcb459d0e0edf9f27753;hpb=782d02ed1b2362ebe110ec5b991c8adddf5850e6 diff --git a/Makefile b/Makefile index 8a052674b4..e035faac25 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: