Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Feb 2002 20:44:28 -0800 (PST)
From:      Luigi Rizzo <luigi@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/conf kern.post.mk
Message-ID:  <200202220444.g1M4iSs37145@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
luigi       2002/02/21 20:44:28 PST

  Modified files:
    sys/conf             kern.post.mk 
  Log:
  Use make -V VARIABLE | xargs ... to pass argument lists to program
  so that this is safe even if VARIABLE is longer than kern.argmax.
  
  There is another instance of CFILES which might need the same treatment,
  and might be noticed when doing a "make links".
  
  The same has to be done in RELENG_4 (on some different file).
  
  Noticed-by: picobsd cross-compiling LINT
  Suggested-by: Alfred (bright@mu.org), des@freebsd.org
  MFC-after: 3 days
  
  Revision  Changes    Path
  1.8       +8 -5      src/sys/conf/kern.post.mk

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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