From a59951489ecf4375f12821c2a270b497ec9748e0 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Wed, 20 Apr 2016 00:47:05 -0500 Subject: Replace list_working with just list, "make list list_pending" shows combined list. --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c7237405..711d6247 100644 --- a/Makefile +++ b/Makefile @@ -64,7 +64,8 @@ tests: help:: @echo ' toybox - Build toybox.' @echo ' COMMANDNAME - Build individual toybox command as a standalone binary.' - @echo ' list - List COMMANDNAMEs (also list_working and list_pending).' + @echo ' list - List COMMANDNAMEs you can build standalone.' + @echo ' list_pending - List unfinished COMMANDNAMEs out of toys/pending.' @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' -- cgit v1.2.3