Kaydet (Commit) 3c15edae authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Ignore error in mkdir -p

It can fail in some cases on Cygwin even if nothing is wrong.

Change-Id: I5714f79f0d8182ff89826286138264d28be805c4
üst d72151ff
......@@ -71,7 +71,7 @@ endef
download: $(WORKDIR)/download
$(WORKDIR)/download: $(BUILDDIR)/config_host.mk $(SRCDIR)/download.lst $(SRCDIR)/Makefile.fetch
@mkdir -p $(TARFILE_LOCATION)/tmp
-@mkdir -p $(TARFILE_LOCATION)/tmp
@date >> $(fetch_LOGFILE)
$(foreach item, \
$(call fetch_Optional,LIBATOMIC_OPS,LIBATOMIC_OPS_TARBALL) \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment