Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Mar 2008 12:33:28 +0000 (UTC)
From:      Ruslan Ermilov <ru@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.bin/make for.c
Message-ID:  <200803241233.m2OCXTAh019319@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200803241233.m2OCXTAh019319>