From cba5dc47c1efcf07af044d11af7f64e7516f1075 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Wed, 4 Jan 2017 14:18:12 -0600 Subject: Tweak install_airlock help text. --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') 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.' -- cgit v1.2.3