Date: Thu, 7 Apr 2005 11:26:15 +0000 (UTC) From: Hartmut Brandt <harti@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/make job.c Message-ID: <200504071126.j37BQFoA037114@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
harti 2005-04-07 11:26:15 UTC FreeBSD src repository Modified files: usr.bin/make job.c Log: 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. Revision Changes Path 1.92 +67 -64 src/usr.bin/make/job.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200504071126.j37BQFoA037114>