diff options
author | Reverend Homer <mk.43.ecko@gmail.com> | 2018-01-21 23:45:02 +0300 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2018-01-21 15:48:41 -0600 |
commit | c26d631f7b385859ba4e76f6b1e6789e105f42b3 (patch) | |
tree | ffcdb39900de39502b6afa5d89921b3508bccf17 | |
parent | a35a9c0a4d17c0ce76c471ce7f27bef8c8a3b5f2 (diff) | |
download | toybox-c26d631f7b385859ba4e76f6b1e6789e105f42b3.tar.gz |
Fix variables in help.txt
-rw-r--r-- | scripts/help.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/scripts/help.txt b/scripts/help.txt index 6e8e7825..7d52916b 100644 --- a/scripts/help.txt +++ b/scripts/help.txt @@ -11,12 +11,12 @@ to show diff, VERBOSE=fail to stop after first failure. clean - Delete temporary files. distclean - Delete everything that isn't shipped. - install_airlock - Install toybox and host toolchain into $$PREFIX directory - (providing $$PATH for hermetic builds). - install_flat - Install toybox into $$PREFIX directory. - install - Install toybox into subdirectories of $$PREFIX. - uninstall_flat - Remove toybox from $$PREFIX directory. - uninstall - Remove toybox from subdirectories of $$PREFIX. + install_airlock - Install toybox and host toolchain into $PREFIX directory + (providing $PATH for hermetic builds). + install_flat - Install toybox into $PREFIX directory. + install - Install toybox into subdirectories of $PREFIX. + uninstall_flat - Remove toybox from $PREFIX directory. + uninstall - Remove toybox from subdirectories of $PREFIX. example: CFLAGS="--static" CROSS_COMPILE=armv5l- make defconfig toybox install |