X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=Makefile;h=348e64500592d502b100ec2e5cb9fe96d6534f2d;hb=cc2747c4022ce33be97bdd40e93e0a1827b47531;hp=44b4e944eb9b5a46d68786d8a5473f9455589690;hpb=0039d7c7d05e8581daae95de03060837bb34f12e;p=openwrt%2Fsvn-archive%2Farchive.git diff --git a/Makefile b/Makefile index 44b4e944eb..348e645005 100644 --- a/Makefile +++ b/Makefile @@ -40,11 +40,9 @@ else $(toolchain/stamp-install): $(tools/stamp-install) $(target/stamp-compile): $(toolchain/stamp-install) $(tools/stamp-install) $(BUILD_DIR)/.prepared -$(package/stamp-cleanup): $(target/stamp-compile) $(package/stamp-compile): $(target/stamp-compile) $(package/stamp-cleanup) $(package/stamp-install): $(package/stamp-compile) -$(package/stamp-rootfs-prepare): $(package/stamp-install) -$(target/stamp-install): $(package/stamp-compile) $(package/stamp-install) $(package/stamp-rootfs-prepare) +$(target/stamp-install): $(package/stamp-compile) $(package/stamp-install) printdb: @true @@ -86,7 +84,7 @@ prereq: $(target/stamp-prereq) tmp/.prereq_packages fi prepare: .config $(tools/stamp-install) $(toolchain/stamp-install) -world: prepare $(target/stamp-compile) $(package/stamp-cleanup) $(package/stamp-compile) $(package/stamp-install) $(package/stamp-rootfs-prepare) $(target/stamp-install) FORCE +world: prepare $(target/stamp-compile) $(package/stamp-compile) $(package/stamp-install) $(target/stamp-install) FORCE $(_SINGLE)$(SUBMAKE) -r package/index # update all feeds, re-create index files, install symlinks