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

Simon J. Gerraty sjg at juniper.net
Thu May 31 06:12:15 UTC 2012


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.
>
>This is an incorrect history. I'm the source of NetBSD make's ":tu" and ":tl"
>modifiers. The closest I've ever come to OSF ODE is reading about it a little
>in NetBSD make's man page.

Yes, you are right, :t* were not from ODE.

I think David was refering to the :L and :U modifiers that (as you
noted) I added to NetBSD make along with :D, :P, and :@, that all
originated in ODE.

This patch adds :tu and :tl as aliases for freebsd's :U and :L, so that
makefiles at least can start to converge.

--sjg




More information about the svn-src-head mailing list