]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit
Fix parallel "make -j install"
authorTheodore Ts'o <tytso@mit.edu>
Sat, 22 Feb 2025 04:54:02 +0000 (23:54 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Sat, 22 Feb 2025 04:54:02 +0000 (23:54 -0500)
commit3c8d4f6e0183388be05b49555658920ac8dc9edf
treebcc038b45223cb7f17eea95f1d774d4e16f84d21
parent4ce91d349124ecf4f38ec522040ffbe09440af0c
Fix parallel "make -j install"

If running a parallel install with --enable-elf-shlibs, multiple makes
in different library directories can collide while try building
util/symlinks.  Fix this by building util/symlinks and
util/install-symlink as part of the top-level Makefile building other
dependencies before recursing into other directories.

https://github.com/tytso/e2fsprogs/issues/200

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Makefile.in