From: Reini U. <rei...@gm...> - 2017-03-20 07:41:35
|
And found another one: README, README.de, README.es, clisp.c, ... all clash with parallel builds using the same intermediate txt binaries and txt.c sources. Rename them. Use a $(( $i + 1 )) shell function, which should be portable across all shells. See https://github.com/rurban/clisp/issues/1 src/makemake.in | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) Reini Urban ru...@cp... > On Mar 20, 2017, at 8:01 AM, Reini Urban <rei...@gm...> wrote: > > intparam.h and floatparam.h clash, overwriting each others tmp.c > with parallel make. fixes https://github.com/rurban/clisp/issues/1 > --- > src/makemake.in | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) > > <0001-Fix-parallel-make-j4.patch> > > -- > Reini > > |