cvs commit: src/usr.bin/make suff.c

Max Okumoto okumoto at ucsd.edu
Sat Mar 12 02:37:04 PST 2005


Max Okumoto wrote:
okumoto     2005/03/12 02:31:28 PST

DragonFly src repository

  Modified files:
    usr.bin/make         suff.c 
  Log:
  Var_Subst() cannot return NULL so there is no reason to check
  for it.
  
  FreeBSD-Date: 2005/03/09 07:53:03
  Author: harti
  
  Revision  Changes    Path
  1.38      +190 -179  src/usr.bin/make/suff.c

http://www.dragonflybsd.org/cvsweb/src/usr.bin/make/suff.c.diff?r1=1.37&r2=1.38&f=u
Commit mesage should have been:

Split SuffExpandChildren into three functions: one that skips
variables and expands archive specifications, one that expands
wild cards and a driver that loops over the children list and
expands each child if necessary replacing it with it's expansions.
FreeBSD-Date: 2005/03/09 16:51:43
Author: harti





More information about the Commits mailing list