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

Hartmut Brandt harti at FreeBSD.org
Thu May 12 23:31:46 PDT 2005


harti       2005-05-13 06:31:45 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/make         job.c job.h 
  Log:
  Make Shell_Init() static - it's only used here.
  Make sure we don't end up with shellPath beeing non-zero, but shellName
  beeing zero in the error case - back out cleanly from the error.
  When executing a command for macro assignment in Cmd_Exec() stuff the
  path of the shell into argv[0], not the name. This makes no difference
  from the functionality point of view, but allows the regression tests to
  determine whether make executes the correct shell.
  
  Revision  Changes    Path
  1.112     +9 -9      src/usr.bin/make/job.c
  1.40      +0 -1      src/usr.bin/make/job.h


More information about the cvs-all mailing list