cvs commit: src/usr.bin/make job.c make.1 proc.c shell.c shell.h
Max Okumoto
okumoto at crater.dragonflybsd.org
Thu Jun 16 13:43:07 PDT 2005
okumoto 2005/06/16 13:42:58 PDT
DragonFly src repository
Modified files:
usr.bin/make job.c make.1 proc.c shell.c shell.h
Log:
FreeBSD-Date: 2005/05/24 14:14:23
Author: harti
Another shell attribute 'unsetenv' that will cause to unsetenv("ENV")
before executing the shell. Until now this was done when the default
shell was the ksh. This failed if the default shell was sh or csh and
the user switched to ksh.
Revision Changes Path
1.115 +0 -7 src/usr.bin/make/job.c
1.26 +5 -0 src/usr.bin/make/make.1
1.2 +6 -0 src/usr.bin/make/proc.c
1.18 +11 -1 src/usr.bin/make/shell.c
1.10 +2 -0 src/usr.bin/make/shell.h
http://www.dragonflybsd.org/cvsweb/src/usr.bin/make/job.c.diff?r1=1.114&r2=1.115&f=u
http://www.dragonflybsd.org/cvsweb/src/usr.bin/make/make.1.diff?r1=1.25&r2=1.26&f=u
http://www.dragonflybsd.org/cvsweb/src/usr.bin/make/proc.c.diff?r1=1.1&r2=1.2&f=u
http://www.dragonflybsd.org/cvsweb/src/usr.bin/make/shell.c.diff?r1=1.17&r2=1.18&f=u
http://www.dragonflybsd.org/cvsweb/src/usr.bin/make/shell.h.diff?r1=1.9&r2=1.10&f=u
More information about the Commits
mailing list