Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Dec 2004 08:02:52 +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:  <200412030802.iB382qYt044230@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200412030802.iB382qYt044230>