Skip to content
Snippets Groups Projects
Commit 1b4ea96c authored by Javier Lopez-Gomez's avatar Javier Lopez-Gomez
Browse files

[Doxygen] Ensure `libs.C` is ACLiC'ed before `modifyClassWebpage.sh` runs

`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.
parent 52fbb069
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment