* Paolo Bonzini wrote on Thu, Jul 30, 2009 at 08:41:52AM CEST:
> GCC has this:
>
> # write_entries_to_file - writes each entry in a list
[...]
> Maybe you can unfunctionize it and do something like
>
> write_entries_to_file = echo $(DISTFILES) | tr ' ' '\n' > DISTFILES.list
>
> write_entries_to
On Thu, Jul 30, 2009 at 9:48 AM, Ralf Wildenhues wrote:
> Hi Paolo,
>
> * Paolo Bonzini wrote on Thu, Jul 30, 2009 at 08:41:52AM CEST:
>> >I'll take this up with bug-make. Thank you again for bringing it up.
>>
>> GCC has this:
>
> Yes, I know. (I didn't write that code originally, but I worked o
I'll take this up with bug-make. Thank you again for bringing it up.
GCC has this:
# write_entries_to_file - writes each entry in a list
# to the specified file. Entries are written in chunks of
# $(write_entries_to_file_split) to accomodate systems with
# severe command-line-length limitatio