aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2017-01-04 14:18:12 -0600
committerRob Landley <rob@landley.net>2017-01-04 14:18:12 -0600
commitcba5dc47c1efcf07af044d11af7f64e7516f1075 (patch)
treedf470fe978c4f420ad45125457617ac6d2fa9a90 /Makefile
parent82f3ac8f787c4a778950c427dd19fd9fe39e3499 (diff)
downloadtoybox-cba5dc47c1efcf07af044d11af7f64e7516f1075.tar.gz
Tweak install_airlock help text.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cd21798e..c36d1cd2 100644
--- a/Makefile
+++ b/Makefile
@@ -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.'