Date: Sat, 23 Oct 2004 21:34:41 +0000 (UTC) From: Ruslan Ermilov <ru@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/make compat.c job.c job.h main.c Message-ID: <200410232134.i9NLYfZO029319@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200410232134.i9NLYfZO029319>