OSDN Git Service

Fix variables in help.txt
authorReverend Homer <mk.43.ecko@gmail.com>
Sun, 21 Jan 2018 20:45:02 +0000 (23:45 +0300)
committerRob Landley <rob@landley.net>
Sun, 21 Jan 2018 21:48:41 +0000 (15:48 -0600)
scripts/help.txt

index 6e8e782..7d52916 100644 (file)
                     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