make-w32
[Top][All Lists]
Advanced

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

write a variable into a file


From: Torsten Mohr
Subject: write a variable into a file
Date: Mon, 19 Sep 2005 05:11:39 +0200
User-agent: KMail/1.8

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.




reply via email to

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