cvs commit: src/usr.bin/make job.c

Hartmut Brandt harti at FreeBSD.org
Thu Apr 7 04:26:15 PDT 2005


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


More information about the cvs-all mailing list