On Sun, Dec 28, 2014 at 11:56:45AM -0500, Roland Haas wrote:
> The new code on the other hand has to read in all of the objectlist file
> and generate a list of word for the for loop in:
> 
> $$(cat
> $(LIBNAME_PREFIX)$(CCTK_LIBNAME_PREFIX)$$thorn$(LIBNAME_SUFFIX).objectlist)

This is how I understand it:

The code above only gets the list of objectlist files to the command
line (cat), which is probably still ok. Listing all files mentioned in
all these objectlist files would be too long, but that doesn't make it
back to a single command line in the new version; it stays within bash.
In the old version it is expanded and it sent as input to a command
line.

Frank

Attachment: signature.asc
Description: Digital signature

_______________________________________________
Users mailing list
[email protected]
http://cactuscode.org/mailman/listinfo/users

Reply via email to