summaryrefslogtreecommitdiffstats
path: root/src/cmd/mk/recipe.c
Commit message (Collapse)AuthorAgeFilesLines
* mk: avoid infinite loop when targets are repeatedRuss Cox2015-08-271-0/+5
| | | | | | | | | | | Fixes "mk -f /tmp/x.mk y x" or "mk -f /tmp/x.mk" where /tmp/x.mk is: x y x: f echo hi Change-Id: I7fa87dc4750c04fdba010b990c190722b432b333 Reviewed-on: https://plan9port-review.googlesource.com/1361 Reviewed-by: Russ Cox <rsc@swtch.com>
* 64-bitrsc2006-04-201-1/+1
|
* Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms.rsc2006-04-011-1/+1
|
* Initial revisionrsc2003-09-301-0/+117