generate bindings into temporary files first
commit075aaaae599a9bb339650a399a0f42233fdf5137
authorSven Verdoolaege <sven.verdoolaege@gmail.com>
Sun, 26 Mar 2023 15:03:40 +0000 (26 17:03 +0200)
committerSven Verdoolaege <sven.verdoolaege@gmail.com>
Sat, 15 Apr 2023 12:36:06 +0000 (15 14:36 +0200)
treec00238790e35da61c3ce4bdd88769f15346b2948
parentc59548191dc0c05dfbebe49919e8b034c40dafd7
generate bindings into temporary files first

Since isl-0.18-1054-g2f9b9b4043 (detect failures in bindings generation,
Sat Jan 27 12:44:04 2018 +0100), the (partially) generated bindings
are removed if anything goes wrong during the generation.
It is safer to first generate them into temporary files and
to only move them into their intended locations when the generation
is successful.
This also ensures that even during the generation,
those files do not contain partially generated bindings.

Signed-off-by: Sven Verdoolaege <sven.verdoolaege@gmail.com>
Makefile.am