diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2022-11-01 12:23:11 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2022-11-01 12:23:11 +0100 |
commit | bbb977d086e4f501751ae95d253450c57e1ca00c (patch) | |
tree | e15f2631f4d243d9bec2a2925fa4db9f8442e497 /libps/procstat.c | |
parent | 80bc1678b7b859decae536e726a3e5870cbe84eb (diff) | |
download | hurd-bbb977d086e4f501751ae95d253450c57e1ca00c.tar.gz hurd-bbb977d086e4f501751ae95d253450c57e1ca00c.tar.bz2 hurd-bbb977d086e4f501751ae95d253450c57e1ca00c.zip |
Fix parallel builds
As explained on
https://www.gnu.org/software/automake/manual/html_node/Multiple-Outputs.html
a b: c
foo -o a -o b
is actually equivalent to
a: c
foo -o a -o b
b: c
foo -o a -o b
and can thus break in parallel builds, since the foo command may then be
called twice. Also, we are here using pattern rules. The automake manual
contains various levels of fixing this, using a mere stamp file should
be enough for us.
Diffstat (limited to 'libps/procstat.c')
0 files changed, 0 insertions, 0 deletions