在 2020年7月24日 +0800 PM9:57,Joseph Myers <jos...@codesourcery.com>,写道: > On Fri, 24 Jul 2020, Jojo R wrote: > > > + -csplit insn-$*.c /parallel\ compilation/ -k -s > > {$(insn-generated-split-num)} -f insn-$* -b "%d.c" > > + -( [ ! -s insn-$*0.c ] && for i in {1..$(insn-generated-split-num)}; do > > touch insn-$*$$i.c; done && echo "" > insn-$*.c) > > Ignoring errors (disk full, out of memory, etc.) here is not appropriate. > If csplit fails, the build must fail.
Thank you and it’s fixed in the next version patch > > -- > Joseph S. Myers > jos...@codesourcery.com