DragonFly BSD
DragonFly commits List (threaded) for 2004-12
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

cvs commit: src/usr.bin/make


From: Max Okumoto <okumoto@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Thu, 16 Dec 2004 13:28:28 -0800 (PST)

okumoto     2004/12/16 13:28:28 PST

DragonFly src repository

  Modified files:
    usr.bin/make         job.c make.1 
  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.
  
  Taken-from: FreeBSD
  Author: harti
  
  Revision  Changes    Path
  1.28      +18 -34    src/usr.bin/make/job.c
  1.18      +109 -1    src/usr.bin/make/make.1


http://www.dragonflybsd.org/cvsweb/src/usr.bin/make/job.c.diff?r1=1.27&r2=1.28&f=u
http://www.dragonflybsd.org/cvsweb/src/usr.bin/make/make.1.diff?r1=1.17&r2=1.18&f=u



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]