From cb7605f7bac41f50032bbcb459d0e0edf9f27753 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Tue, 31 Jul 2007 22:54:21 +0000 Subject: fix rootfs and init script handling SVN-Revision: 8293 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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: -- cgit v1.2.3