[patch, mips] Fix parallel build on MIPS
Mike Frysinger
vapier@gentoo.org
Sun Sep 1 19:05:00 GMT 2013
On Friday 30 August 2013 11:04:02 Steve Ellcey wrote:
> --- a/libgloss/mips/Makefile.in
> +++ b/libgloss/mips/Makefile.in
> @@ -202,7 +202,8 @@ distclean maintainer-clean realclean: clean
> .PHONY: install info install-info clean-info
> install:
> @for file in $(CRT0) $(PCRT0) $(BSP); do \
> - $(INSTALL_DATA) $${file} $(DESTDIR)$(tooldir)/lib${MULTISUBDIR}; \
> + mkdir -p $(DESTDIR)$(tooldir)/lib${MULTISUBDIR}; \
> + $(INSTALL_DATA) $${file}
> $(DESTDIR)$(tooldir)/lib${MULTISUBDIR}/$${file}; \
shouldn't the mkdir be done outside of the for loop ?
-mike
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part.
URL: <http://sourceware.org/pipermail/newlib/attachments/20130901/016d7071/attachment.sig>
More information about the Newlib
mailing list