[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Dependency to generated list of source files
From: |
Ken Smith |
Subject: |
Re: Dependency to generated list of source files |
Date: |
Mon, 15 Nov 2004 10:51:11 -0500 |
User-agent: |
Mutt/1.5.6i |
On Mon, Nov 15, 2004 at 09:13:16AM +0100, address@hidden wrote:
> Any idea how to write contents of a variable efficiently into a file without
> expanding the content on the command line?
You could write a program (perl, shell, etc.) which would generate the
file containing the list of java files and invoke this program from
make.
Ken Smith