summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)AuthorLines
2012-05-13remove -s from default CFLAGSRich Felker-2/+2
it can be added in config.mak if desired, but removing it from there is a pain, and it makes debugging impossible
2012-05-10add grep utilityRich Felker-1/+1
this should conform to POSIX 2008. -i does not work with -F, but it's not clear to me that it's intended/required to. todo list: make -i work with -F, and add the nonstandard by highly desirable -r option
2012-04-12initial check-inRich Felker-0/+32