Author: diego
Date: Mon Dec 14 04:17:23 2009
New Revision: 30032

Log:
Do not ignore errors from mkdir invocations.

Modified:
   trunk/DOCS/xml/Makefile

Modified: trunk/DOCS/xml/Makefile
==============================================================================
--- trunk/DOCS/xml/Makefile     Mon Dec 14 04:14:21 2009        (r30031)
+++ trunk/DOCS/xml/Makefile     Mon Dec 14 04:17:23 2009        (r30032)
@@ -31,7 +31,7 @@ html-single:  $(addprefix html-single-,$
 xmllint: $(addprefix xmllint-,$(DOC_LANGS))
 
 $(foreach lang,$(DOC_LANG_ALL),$(HTML)/$(lang)):
-       -mkdir -p $@
+       mkdir -p $@
 
 $(CONFIGURE_GENERATED) $(MAIN_XML_ALL):
        sh configure
_______________________________________________
MPlayer-DOCS mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/mplayer-docs

Reply via email to