git: build - install should not complain if the mkdir() races
commit 0e6b9ee838cf6370c2c8e3ea723839c383de96cc
Author: Matthew Dillon <dillon@apollo.backplane.com>
Date: Tue Nov 29 13:32:27 2011 -0800
build - install should not complain if the mkdir() races
* install should not complain if the mkdir() races
* A make -j N can cause concurrent install's to race their mkdir() calls.
Summary of changes:
usr.bin/xinstall/xinstall.c | 22 +++++++++++++++++++++-
1 files changed, 21 insertions(+), 1 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/0e6b9ee838cf6370c2c8e3ea723839c383de96cc
--
DragonFly BSD source repository