cvs commit: src/usr.bin/make job.c job.h
Max Okumoto
okumoto at crater.dragonflybsd.org
Sun May 15 10:49:25 PDT 2005
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
More information about the Commits
mailing list