]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit
Fix parallel install issue in scrub subdir
authorMichael Haubenwallner <haubi@gentoo.org>
Tue, 7 May 2019 12:49:25 +0000 (14:49 +0200)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 10 May 2019 22:36:51 +0000 (18:36 -0400)
commite212d95fbb41c728e47aac024a0871f5bbc64fda
tree2ffd82d97fab246ea021ad0eabf7b0ee371f79f6
parent7cc9cdea86283aebc2847edef702156b53f5e7f1
Fix parallel install issue in scrub subdir

In scrub/Makefile the various 'install-*' targets do not explicitly
depend on their corresponding 'installdirs-*' target, so they get run
in parallel.

Addresses-Gentoo-Bug: #680030

Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
scrub/Makefile.in