cvs commit: src/usr.bin/make

Joerg Sonnenberger joerg at crater.dragonflybsd.org
Wed Dec 1 07:11:11 PST 2004


joerg       2004/12/01 07:09:44 PST

DragonFly src repository

  Modified files:
    usr.bin/make         var.c 
  Log:
  var.c: 1.44->1.45
  Author: ru
  Log:
  Moved the code for :U and :L modifiers where it belongs, so that
  the fallback for SysV (now in POSIX) variable substitution works
  for old_string arguments starting with 'U' or 'L'.
  
  var.c:1.45->1.46
  Author: harti
  Log:
  Allow variable substitutions in SYSV variable substitutions like
  $(SRC:.c=$O). This brings us closer to other makes.
  
  Reviewed by:    ru
  Obtained from:  NetBSD
  
  Obtained-from: FreeBSD
  Submitted-by: Max Okumoto <okumoto at xxxxxxxx>
  
  Revision  Changes    Path
  1.19      +65 -54    src/usr.bin/make/var.c


http://www.dragonflybsd.org/cvsweb/src/usr.bin/make/var.c.diff?r1=1.18&r2=1.19&f=u





More information about the Commits mailing list