build - install should not complain if the mkdir() races
authorMatthew Dillon <dillon@apollo.backplane.com>
Tue, 29 Nov 2011 21:32:27 +0000 (13:32 -0800)
committerMatthew Dillon <dillon@apollo.backplane.com>
Tue, 29 Nov 2011 21:32:27 +0000 (13:32 -0800)
commit0e6b9ee838cf6370c2c8e3ea723839c383de96cc
tree7a0b26754cc8e6bc54b7f652dfa3c47a71c28a9d
parent6e73105ec5492ebba66b83ced8a62e16f87e0498
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.
usr.bin/xinstall/xinstall.c