10f66f451Sopenharmony_ci  toybox          - Build toybox.
20f66f451Sopenharmony_ci  COMMANDNAME     - Build individual toybox command as a standalone binary.
30f66f451Sopenharmony_ci  list            - List COMMANDNAMEs you can build standalone.
40f66f451Sopenharmony_ci  list_pending    - List unfinished COMMANDNAMEs out of toys/pending.
50f66f451Sopenharmony_ci  change          - Build each command standalone under change/.
60f66f451Sopenharmony_ci  baseline        - Create toybox_old for use by bloatcheck.
70f66f451Sopenharmony_ci  bloatcheck      - Report size differences between old and current versions
80f66f451Sopenharmony_ci  test_COMMAND    - Run tests for COMMAND (test_ps, test_cat, etc.)
90f66f451Sopenharmony_ci  tests           - Run test suite against all compiled commands.
100f66f451Sopenharmony_ci                    export TEST_HOST=1 to test host command, VERBOSE=1
110f66f451Sopenharmony_ci                    to show diff, VERBOSE=fail to stop after first failure.
120f66f451Sopenharmony_ci  clean           - Delete temporary files.
130f66f451Sopenharmony_ci  distclean       - Delete everything that isn't shipped.
140f66f451Sopenharmony_ci  install_airlock - Install toybox and host toolchain into $PREFIX directory
150f66f451Sopenharmony_ci                    (providing $PATH for hermetic builds).
160f66f451Sopenharmony_ci  install_flat    - Install toybox into $PREFIX directory.
170f66f451Sopenharmony_ci  install         - Install toybox into subdirectories of $PREFIX.
180f66f451Sopenharmony_ci  uninstall_flat  - Remove toybox from $PREFIX directory.
190f66f451Sopenharmony_ci  uninstall       - Remove toybox from subdirectories of $PREFIX.
200f66f451Sopenharmony_ci
210f66f451Sopenharmony_ciexample: CFLAGS="--static" CROSS_COMPILE=armv5l- make defconfig toybox install
220f66f451Sopenharmony_ci
23