mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-02-23 14:09:39 +08:00
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>
This commit is contained in:
parent
d7c0417bcf
commit
d75de4d6e9
@ -24,7 +24,7 @@ PKGCONFIG_DIR=$(DESTDIR)$(libdir)/pkgconfig
|
||||
PKGCONFIG_SRCDIRS=liblber libldap
|
||||
|
||||
install-local:
|
||||
@$(MKDIR) $(PKGCONFIG_DIR)
|
||||
@-$(MKDIR) $(PKGCONFIG_DIR)
|
||||
@for i in $(PKGCONFIG_SRCDIRS); do \
|
||||
$(INSTALL_DATA) $$i/*.pc $(PKGCONFIG_DIR); \
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user