]> git.ipfire.org Git - thirdparty/openldap.git/commit
ITS#9840 - libraries/Makefile.in: ignore the mkdir errors
authorYi Zhao <yi.zhao@windriver.com>
Mon, 10 Jan 2022 02:13:51 +0000 (10:13 +0800)
committerQuanah Gibson-Mount <quanah@openldap.org>
Thu, 12 May 2022 15:43:40 +0000 (15:43 +0000)
commit71f24015c312171c00ce94c9ff9b9c6664bdca8d
tree81d43963053e02d9429b9a921eb8548b577848f6
parent7d977f51e6dfa570a471d163b9e8255bdd3dc12f
ITS#9840 - libraries/Makefile.in: ignore the mkdir errors

Ignore the mkdir errors to fix the parallel build failure:

../../build/shtool mkdir -p TOPDIR/tmp-glibc/work/cortexa15t2hf-neon-wrs-linux-gnueabi/openldap/2.5.9-r0/image/usr/lib
mkdir: cannot create directory 'TOPDIR/tmp-glibc/work/cortexa15t2hf-neon-wrs-linux-gnueabi/openldap/2.5.9-r0/image/usr/lib': File exists

Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
libraries/Makefile.in