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

Ruslan Ermilov ru at FreeBSD.org
Mon Mar 24 05:33:29 PDT 2008


ru          2008-03-24 12:33:28 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/make         for.c 
  Log:
  Fix splitting into words of the .for expression to allow for
  spaces in values.  Without this change, the following valid
  call broke due to parsing of .MAKEFLAGS in bsd.symver.mk:
  
  cd /usr/src/lib/libc && make -n DEBUG_FLAGS="-DFOO -DBAR"
  
  Spotted by:     Igor Sysoev
  Submitted by:   Maxim Dounin, ru
  MFC after:      1 week
  
  Revision  Changes    Path
  1.44      +8 -22     src/usr.bin/make/for.c


More information about the cvs-all mailing list