help-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Case Conversion


From: Robert Mecklenburg
Subject: Re: Case Conversion
Date: Tue, 3 Jun 2003 10:49:08 -0600

Sk> Is there any function (or any way) which would convert upper case to lower 
Sk> case and viceversa or to all lower case or upper case, in Makefiles?

How about

to-lower-case = $(shell echo "$1" | tr '[A-Z]' '[a-z]')


-- 
Robert





reply via email to

[Prev in Thread] Current Thread [Next in Thread]