Skip to content
Snippets Groups Projects
user avatar
Javier Lopez-Gomez authored
`modifyClassWebpages.sh` might spawn many `modifyClassWebpage.sh` processes
via `xargs -P`. In turn, `modifyClassWebpage.sh` depends on `libs.C`
which is ACLiC'ed if to generate `libs_C.so` where required.

However, if `libs_C.so` does not exist, multiple processes might race to
create it. This commit ensures that the macro is ACLiC'ed before
`modifyClassWebpage.sh` runs.
1b4ea96c
History
Name Last commit Last update
..