aboutsummaryrefslogtreecommitdiff
path: root/pfinet/linux-src/include/asm-m68k
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2022-11-01 12:23:11 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2022-11-01 12:23:11 +0100
commitbbb977d086e4f501751ae95d253450c57e1ca00c (patch)
treee15f2631f4d243d9bec2a2925fa4db9f8442e497 /pfinet/linux-src/include/asm-m68k
parent80bc1678b7b859decae536e726a3e5870cbe84eb (diff)
downloadhurd-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 'pfinet/linux-src/include/asm-m68k')
0 files changed, 0 insertions, 0 deletions