From 05b7529c1e36fb527113ddcfde5b8513ec2c66d1 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Sun, 14 Feb 2016 14:04:21 -0600 Subject: Add "make list", rename make working->list_working and pending->list_pending, and filter out commands that aren't nofork but aren't installed either (toyflags 0, I.E. recognized aliases like "-sh" called from login). --- Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 39d44fcf..fe54865d 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ toybox toybox_unstripped: toybox_stuff .PHONY: clean distclean baseline bloatcheck install install_flat \ uinstall uninstall_flat test tests help toybox_stuff change \ - working pending + list list_working list_pending include kconfig/Makefile -include .singlemake @@ -66,8 +66,7 @@ tests: help:: @echo ' toybox - Build toybox.' @echo ' COMMANDNAME - Build individual toybox command as a standalone binary.' - @echo ' working - List working COMMANDNAMEs.' - @echo ' pending - List pending (unfinished) COMMANDNAMEs.' + @echo ' list - List COMMANDNAMEs (also list_working and list_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