cvs commit: src/usr.bin/make job.c
Hartmut Brandt
harti at FreeBSD.org
Fri Dec 3 00:02:53 PST 2004
harti 2004-12-03 08:02:52 UTC
FreeBSD src repository
Modified files:
usr.bin/make job.c
Log:
Change the algorithm that matches the builtin shells from the name keyword
of the .SHELL target. Formerly it used to select the shell with the
longest common trailing substring, so that bash would select sh, but pocsh
would select csh. Now an exact match is required so that specifying bash
without also giving a path and the other keywords will give an error.
Reviewed by: ru
Revision Changes Path
1.64 +18 -34 src/usr.bin/make/job.c
More information about the cvs-src
mailing list