Mercurial > hg > aboriginal
view sources/sections/toybox.build @ 979:88b354c0eee1
Tweak mercurial repo entry and add link to current snapshot.
author | Rob Landley <rob@landley.net> |
---|---|
date | Tue, 16 Feb 2010 06:57:14 -0600 |
parents | de53ddd05abd |
children | 75054b02f21d |
line wrap: on
line source
# Build toybox yes "" | make defconfig && CFLAGS="$CFLAGS $STATIC_DEFAULT_FLAGS" make $DO_CROSS || dienow if [ -z "$USE_TOYBOX" ] then ln -sf toybox "$STAGE_DIR"/patch && ln -sf toybox "$STAGE_DIR"/oneit && ln -sf toybox "$STAGE_DIR"/netcat || dienow else make install_flat PREFIX="$STAGE_DIR" || dienow fi cp toybox${SKIP_STRIP:+_unstripped} "$STAGE_DIR/toybox"