[PATCH 1/2] More parallel make -j4 fixes for txt
Reini Urban <[email protected]>
| Newsgroups | gmane.lisp.clisp.devel |
|---|---|
| Message-ID | <[email protected]> |
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
[email protected]
> On Mar 20, 2017, at 8:01 AM, Reini Urban <[email protected]> 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
>
>
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
clisp-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/clisp-devel