X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=Makefile;h=6c5dd0d42d7fbc5a05dda8d2dd21b7a039b87128;hb=d716ba6533ad7b8b5c1164b8b8cb537168eaee8a;hp=c723740515fa91c2f71781d5022ba4613cc1f673;hpb=a8d0d13376251e1ff35a557dddea1d2e3c81a149;p=android-x86%2Fexternal-toybox.git diff --git a/Makefile b/Makefile index c7237405..6c5dd0d4 100644 --- a/Makefile +++ b/Makefile @@ -55,6 +55,7 @@ change: clean:: rm -rf toybox generated change .singleconfig* +# If singlemake was in generated/ "make clean; make test_ls" wouldn't work. distclean: clean rm -f toybox_old .config* .singlemake @@ -64,7 +65,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'