]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
fix parallel installs in include/ dirs
authorEric Sandeen <sandeen@sandeen.net>
Tue, 30 Dec 2008 17:19:47 +0000 (18:19 +0100)
committerChristoph Hellwig <hch@brick.lst.de>
Tue, 30 Dec 2008 17:19:47 +0000 (18:19 +0100)
commit721ae57d66c08b4d51af6542bdd794427a575a86
tree0a410df5cc3c2b426e64f4f1ffca6d02a97f360d
parentfd81c50428bcb650f002317fc29103c9bcfa003a
fix parallel installs in include/ dirs

This is for http://oss.sgi.com/bugzilla/show_bug.cgi?id=759
"fix parallel issue with include/ symlinks"

Doing something like "make -j2 install install-dev" would lead
to a race of removing & creating symlinks in include/

Thanks to Mike for reporting & suggesting the fix.

Reported-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
include/Makefile