Rabin Vincent wrote:
> From: Rabin Vincent <ra...@rab.in>
> 
> If the command line is larger than the system's limit, xargs will break
> the command into multiple executions.  If this occurs in the call to
> ptxd_lib_dgen.awk in ptxd_dgen_map_all(), ptxd_lib_dgen.awk will
> generate incomplete files because the script's state is not preserved
> across the multiple invocations.

good catch, great analysis

> This patch avoids this by xargs-ing the filenames to cat before piping
> the output to ptxd_lib_dgen.awk.

tnx, applied to trunk

Marc
-- 
Pengutronix e.K.                         | Marc Kleine-Budde           |
Linux Solutions for Science and Industry | Phone: +49-231-2826-924     |
Vertretung West/Dortmund                 | Fax:   +49-5121-206917-5555 |
Amtsgericht Hildesheim, HRA 2686         | http://www.pengutronix.de   |

Attachment: signature.asc
Description: OpenPGP digital signature

--
ptxdist mailing list
ptxdist@pengutronix.de

Reply via email to