diff options
| author | Rob Landley <rob@landley.net> | 2017-01-04 14:18:12 -0600 |
|---|---|---|
| committer | Rob Landley <rob@landley.net> | 2017-01-04 14:18:12 -0600 |
| commit | cba5dc47c1efcf07af044d11af7f64e7516f1075 (patch) | |
| tree | df470fe978c4f420ad45125457617ac6d2fa9a90 | |
| parent | 82f3ac8f787c4a778950c427dd19fd9fe39e3499 (diff) | |
| download | toybox-cba5dc47c1efcf07af044d11af7f64e7516f1075.tar.gz | |
Tweak install_airlock help text.
| -rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -79,7 +79,8 @@ help:: @echo ' to show diff, VERBOSE=fail to stop after first failure.' @echo ' clean - Delete temporary files.' @echo " distclean - Delete everything that isn't shipped." - @echo ' install_airlock - Install toybox and host toolchain into $PREFIX directory.' + @echo ' install_airlock - Install toybox and host toolchain into $$PREFIX directory' + @echo ' (providing $$PATH for hermetic builds).' @echo ' install_flat - Install toybox into $$PREFIX directory.' @echo ' install - Install toybox into subdirectories of $$PREFIX.' @echo ' uninstall_flat - Remove toybox from $$PREFIX directory.' |
