From c6c414fcb36082d4c2b7180406e85e3e6c1780ac Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Fri, 28 Jan 2022 05:56:36 -0500 Subject: libgloss: bfin: fix missing dir with parallel install Depending on the processing order of rules when installing in parallel, install-board might run first and the target dirs don't yet exist. --- libgloss/bfin/Makefile.in | 1 + 1 file changed, 1 insertion(+) (limited to 'libgloss/bfin') diff --git a/libgloss/bfin/Makefile.in b/libgloss/bfin/Makefile.in index 305ce31..f3d4cb6 100644 --- a/libgloss/bfin/Makefile.in +++ b/libgloss/bfin/Makefile.in @@ -180,6 +180,7 @@ install-sim: done install-board: + ${mkinstalldirs} ${DESTDIR}${tooldir}/lib${MULTISUBDIR} for x in ${BOARD_CRT0S} ${BOARD_BSP}; do \ ${INSTALL_DATA} $$x $(DESTDIR)${tooldir}/lib${MULTISUBDIR}/$$x || exit $$?; \ done -- cgit v1.1