diff options
author | Rob Landley <rob@landley.net> | 2016-04-20 00:47:05 -0500 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2016-04-20 00:47:05 -0500 |
commit | a59951489ecf4375f12821c2a270b497ec9748e0 (patch) | |
tree | 631a993c1dd69208b48630d62bcd6051d2c3f4f8 /Makefile | |
parent | 529d5db29a32db565d2ee0aeac133e47ec045e12 (diff) | |
download | toybox-a59951489ecf4375f12821c2a270b497ec9748e0.tar.gz |
Replace list_working with just list, "make list list_pending" shows combined list.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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' |