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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to