cvs commit: src/usr.bin/make compat.c job.c job.h main.c
Ruslan Ermilov
ru at FreeBSD.org
Sat Oct 23 14:34:42 PDT 2004
ru 2004-10-23 21:34:41 UTC
FreeBSD src repository
Modified files:
usr.bin/make compat.c job.c job.h main.c
Log:
Expand the scope of the .SHELL specification to also cover
the compat mode of operation and the != operator.
While here, fixed a bug in the .SHELL directive processing
when only the name= attribute is specified and no built-in
shell matches this name, causing null pointer dereference.
Obtained from: NetBSD (except for bugs)
Revision Changes Path
1.38 +5 -2 src/usr.bin/make/compat.c
1.51 +33 -18 src/usr.bin/make/job.c
1.22 +4 -0 src/usr.bin/make/job.h
1.92 +4 -10 src/usr.bin/make/main.c
More information about the cvs-src
mailing list