help-make
[Top][All Lists]
Advanced

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

how to remove spaces from a list?


From: gk
Subject: how to remove spaces from a list?
Date: Wed, 15 Jan 2003 22:09:55 -0800

I need to process a list and have the resultant strings have no white space between them. I have looked at all the make text functions and foreach, patsubst both return white-space separated result lists
Is there a way to force $(subst ...) to accept a space as the first parameter?
This doesn't work because subst ignores leading white space before the first parameter:
$(subst  ,,$(myText))

- Greg Keraunen
http://www.xmake.org
http://www.xmlmake.com





reply via email to

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