comparison simple-root-filesystem.sh @ 1178:80693b1a8038

Yank toybox from simple-root-filesystem. (Still need it for patch in host-tools.sh)
author Rob Landley <rob@landley.net>
date Mon, 26 Jul 2010 00:06:58 -0500
parents b55c80be32b6
children 78e786334c5b
comparison
equal deleted inserted replaced
1177:7ca3dfbc9e06 1178:80693b1a8038
54 54
55 # Build busybox and toybox 55 # Build busybox and toybox
56 56
57 build_section busybox 57 build_section busybox
58 cp "$WORK"/config-busybox "$STAGE_DIR"/src || dienow 58 cp "$WORK"/config-busybox "$STAGE_DIR"/src || dienow
59 build_section toybox
60 59
61 # Build the world's simplest init program: spawns one task with a controlling 60 # Build the world's simplest init program: spawns one task with a controlling
62 # TTY, waits (reaping zombies) until it exits, then shuts down the system. 61 # TTY, waits (reaping zombies) until it exits, then shuts down the system.
63 62
64 ${ARCH}-cc "$SOURCES/toys/oneit.c" -Os $CFLAGS -o "$STAGE_DIR/sbin/oneit" || 63 ${ARCH}-cc "$SOURCES/toys/oneit.c" -Os $CFLAGS -o "$STAGE_DIR/sbin/oneit" ||