Date: Tue, 24 May 2005 07:45:49 +0000 (UTC) From: Hartmut Brandt <harti@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/make job.c Message-ID: <200505240745.j4O7jnbW032841@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
harti 2005-05-24 07:45:49 UTC
FreeBSD src repository
Modified files:
usr.bin/make job.c
Log:
Allow the .SHELL target to specify the list of shell meta characters and
the list of shell builtins. Both of these are needed for the compat
mode where make directly executes commands if the command line contains
neither a shell meta character nor a shell builtin. The list of builtins
is not changed, but csh has '@' added as a meta-character.
Initialize the default shell by parsing a string as one would specify
to the .SHELL target. So we get rid of the CShell clone of struct Shell which
just contained const char * where struct Shell had char *.
Add a debugging function for dumping a parsed shell description to
stdout.
Revision Changes Path
1.115 +305 -289 src/usr.bin/make/job.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200505240745.j4O7jnbW032841>
