aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2007-07-31 22:54:21 +0000
committerFelix Fietkau <nbd@openwrt.org>2007-07-31 22:54:21 +0000
commit48ed3043e3f8b76c77e59a22be92b7e693aaf3fe (patch)
tree7188045b907c7c1c24b4e346bc22b7de53375d73 /Makefile
parent1bf3b5183d15b34c55103e95b21bc983da1579bd (diff)
downloadmaster-187ad058-48ed3043e3f8b76c77e59a22be92b7e693aaf3fe.tar.gz
master-187ad058-48ed3043e3f8b76c77e59a22be92b7e693aaf3fe.tar.bz2
master-187ad058-48ed3043e3f8b76c77e59a22be92b7e693aaf3fe.zip
fix rootfs and init script handling
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8293 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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: