diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-07-31 22:54:21 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-07-31 22:54:21 +0000 |
commit | cb7605f7bac41f50032bbcb459d0e0edf9f27753 (patch) | |
tree | 9783188770eed2f280caeb3162deb485d0179b04 /Makefile | |
parent | 782d02ed1b2362ebe110ec5b991c8adddf5850e6 (diff) | |
download | upstream-cb7605f7bac41f50032bbcb459d0e0edf9f27753.tar.gz upstream-cb7605f7bac41f50032bbcb459d0e0edf9f27753.tar.bz2 upstream-cb7605f7bac41f50032bbcb459d0e0edf9f27753.zip |
fix rootfs and init script handling
SVN-Revision: 8293
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |