Document the secondary expansion method. Also, some other documentation
commit40fec04466bc67f8146b5314333f3486ef59dff1
authorpsmith <psmith>
Sun, 8 May 2005 16:50:58 +0000 (8 16:50 +0000)
committerpsmith <psmith>
Sun, 8 May 2005 16:50:58 +0000 (8 16:50 +0000)
treee358a1f6962da9b977960f6b080c4d56fe173b61
parent2fe13118167305240e227fb4e671c4aa8fa48f92
Document the secondary expansion method.  Also, some other documentation
cleanups.

If we find a make error (invalid makefile syntax or something like that)
write back any tokens we have before we exit.

If we have waiting jobs (using -j + -l) set an alarm before we sleep on
the read() system call, so we can wake up to check the load and start
waiting jobs, if there are long-running jobs we would otherwise be
waiting for.  Suggested by Grant Taylor.
ChangeLog
doc/make.texi
job.c
main.c
remake.c