Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
and maybe -xviu), most of which still need to be implemented.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
warning rather than an error (it means the directory tree is changing out
from under it, but only the user knows if that's fatal).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(The only reason to have dependencies at all is so "make install" doesn't
trigger a rebuild. A rebuild is always a build all anyway.)
|
|
|
|
(The error message was trying to print an uninitialied field. Oops.)
|
|
|
|
and update a chunk of code.html (much more to do there).
|
|
|
|
macros in each C file, and making generated/globals.h from that. Rename
"toy" to "this" along the way to avoid toy/toys confusion.
|
|
|
|
|
|
|
|
toys/*.c. Move relevant info into comment at the top of each toys/*.c. Also
convert more of Makefile into a thin wrapper around shell scripts that actually
do the work. (Makefile is only still there for the user interface.)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|