Hi,

first, i know of the $(call write-var-to-file ...) posted
on the main "make" mailing list.

Is there a way to write each variable in a list in a single line?

so that VAR := abc def ghi

becomes:

file.txt:
abc
def
ghi

and not:
abc def ghi


Also, will it then work on WIN32?


Best regards,
Torsten.


_______________________________________________
Make-w32 mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/make-w32

Reply via email to