Same missing quote at end of line as last time. The new additions to the help are very useful though. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
From 72afd38d9a264d4b940e3fcf01ad02b4ae0f8814 Mon Sep 17 00:00:00 2001 From: Elliott Hughes <[email protected]> Date: Sat, 27 Feb 2016 13:27:26 -0800 Subject: [PATCH] Fix "make help" again.
Same missing quote at end of line as last time. The new additions to the help are very useful though. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 677bbb0..40e95b1 100644 --- a/Makefile +++ b/Makefile @@ -70,7 +70,7 @@ help:: @echo ' change - Build each command standalone under change/.' @echo ' baseline - Create toybox_old for use by bloatcheck.' @echo ' bloatcheck - Report size differences between old and current versions' - @echo ' test_COMMAND - Run tests for COMMAND (test_ps, test_cat, etc.) + @echo ' test_COMMAND - Run tests for COMMAND (test_ps, test_cat, etc.)' @echo ' test - Run test suite against all compiled commands.' @echo ' export TEST_HOST=1 to test host command, VERBOSE=1' @echo ' to show diff, VERBOSE=fail to stop after first failure.' -- 2.7.0.rc3.207.g0ac5344
_______________________________________________ Toybox mailing list [email protected] http://lists.landley.net/listinfo.cgi/toybox-landley.net
