summaryrefslogtreecommitdiff
path: root/Makefile.fetch
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@suse.com>2013-07-24 20:44:52 +0300
committerTor Lillqvist <tlillqvist@suse.com>2013-07-24 20:46:04 +0300
commit3c15edaed5b11e13843081d22ef637f03a7c8d73 (patch)
tree84b65cf0b0d91a1d0f6f663ebea656552e3a13f3 /Makefile.fetch
parentd72151ff930ff1961f2ab7b1e895958cdaabe91b (diff)
Ignore error in mkdir -p
It can fail in some cases on Cygwin even if nothing is wrong. Change-Id: I5714f79f0d8182ff89826286138264d28be805c4
Diffstat (limited to 'Makefile.fetch')
-rw-r--r--Makefile.fetch2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.fetch b/Makefile.fetch
index 815ac23afec8..2ea9ac817af9 100644
--- a/Makefile.fetch
+++ b/Makefile.fetch
@@ -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) \