[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: Writing contents of large variable into a file
From: |
John Graham-Cumming |
Subject: |
RE: Writing contents of large variable into a file |
Date: |
Thu, 24 Feb 2005 15:41:25 -0500 |
On Wed, 2005-02-23 at 19:50 +0100, address@hidden wrote:
> Attached is a little demo Makefile. Do you see anything wrong in there?
write-var-to-file takes a variable name and not a variable value, change
the $(JAVA_SRCS) to JAVA_SRCS in the call to that function.
John.
--
John Graham-Cumming
Home: http://www.jgc.org/
Work: http://www.electric-cloud.com/
POPFile: http://getpopfile.org/
GNU Make Standard Library: http://gmsl.sf.net/