DragonFly BSD
DragonFly commits List (threaded) for 2005-05
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

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


From: Max Okumoto <okumoto@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Sun, 15 May 2005 10:48:03 -0700 (PDT)

okumoto     2005/05/15 10:48:03 PDT

DragonFly src repository

  Modified files:
    usr.bin/make         job.c job.h 
  Log:
  FreeBSD-Date: 2005/05/13 07:31:45
  Author: harti
  
  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.99      +9 -9      src/usr.bin/make/job.c
  1.31      +0 -1      src/usr.bin/make/job.h


http://www.dragonflybsd.org/cvsweb/src/usr.bin/make/job.c.diff?r1=1.98&r2=1.99&f=u
http://www.dragonflybsd.org/cvsweb/src/usr.bin/make/job.h.diff?r1=1.30&r2=1.31&f=u



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]