FreeBSD-Date: 2005/04/07 12:26:15
authorMax Okumoto <okumoto@dragonflybsd.org>
Sat, 9 Apr 2005 05:50:51 +0000 (05:50 +0000)
committerMax Okumoto <okumoto@dragonflybsd.org>
Sat, 9 Apr 2005 05:50:51 +0000 (05:50 +0000)
commit3120aaed886469ba1261aa6307bb5f3890c34da3
tree7dabe8ac4ac44274fc273193edcb8aeb8c405371
parent5e8cfac8300029a7ffa10324b55edf0ffcb322f5
FreeBSD-Date: 2005/04/07 12:26:15
Author: harti

Mostly stylistic changes: remove the noPLen field from the Shell
structure - it is just the strlen() of noPrint. Inline JobCondPassSig()
in the only function JobPassSig() using it. Fix the argument types
of JobPrintCommand(). Better parsing for the .SHELL target keywords.
usr.bin/make/job.c