Home | History | Annotate | Download | only in toybox

Lines Matching refs:toybox

1 # Makefile for toybox.
12 all: toybox
18 toybox generated/unstripped/toybox: toybox_stuff
34 baseline: generated/unstripped/toybox
35 @cp generated/unstripped/toybox generated/unstripped/toybox_old
37 bloatcheck: toybox_old generated/unstripped/toybox
38 @scripts/bloatcheck generated/unstripped/toybox_old generated/unstripped/toybox
59 rm -rf toybox generated change .singleconfig*
69 @echo ' toybox - Build toybox.'
70 @echo ' COMMANDNAME - Build individual toybox command as a standalone binary.'
82 @echo ' install_airlock - Install toybox and host toolchain into $$PREFIX directory'
84 @echo ' install_flat - Install toybox into $$PREFIX directory.'
85 @echo ' install - Install toybox into subdirectories of $$PREFIX.'
86 @echo ' uninstall_flat - Remove toybox from $$PREFIX directory.'
87 @echo ' uninstall - Remove toybox from subdirectories of $$PREFIX.'
89 @echo 'example: CFLAGS="--static" CROSS_COMPILE=armv5l- make defconfig toybox install'