Re: svn commit: r236338 - head/usr.bin/make

2012-06-01 Thread David O'Brien
On Thu, May 31, 2012 at 08:35:54PM -0600, Warner Losh wrote: > What are your MFC plans for 9.x and 8.x? I'd like to commit to both 8 and 9 for the next release of each. > > .It Cm :L > > Converts variable to lower-case letters. > > +(deprecated) ... > > +The use of the > > +.Cm :L > > +and > > +.

Re: svn commit: r236338 - head/usr.bin/make

2012-05-31 Thread Warner Losh
What are your MFC plans for 9.x and 8.x? Warner On May 30, 2012, at 4:23 PM, David E. O'Brien wrote: > Author: obrien > Date: Wed May 30 22:23:08 2012 > New Revision: 236338 > URL: http://svn.freebsd.org/changeset/base/236338 > > Log: > Deprecate the FreeBSD make's ":U" (to-upper case) and ":L

Re: svn commit: r236338 - head/usr.bin/make

2012-05-30 Thread Simon J. Gerraty
Hi Kevin, On Wed, 30 May 2012 22:45:57 -0400, "Kevin P. Neal" writes: >> Deprecate the FreeBSD make's ":U" (to-upper case) and ":L" (to-lower case) >> modifiers for ":tu" and ":tl" from OSF's ODE, which made its way into >> NetBSD's make, which is the source for the Portable Berkeley Make. >

svn commit: r236338 - head/usr.bin/make

2012-05-30 Thread David E. O'Brien
Author: obrien Date: Wed May 30 22:23:08 2012 New Revision: 236338 URL: http://svn.freebsd.org/changeset/base/236338 Log: Deprecate the FreeBSD make's ":U" (to-upper case) and ":L" (to-lower case) modifiers for ":tu" and ":tl" from OSF's ODE, which made its way into NetBSD's make, which is t