Skip to content

Commit

Permalink
bug 1171631 - Use mkdir -p in lib/freebl/Makefile to avoid errors in …
Browse files Browse the repository at this point in the history
…build logs. r=kaie

--HG--
extra : amend_source : ca37b65dbaf294a0f20e644a3b6024a789aa7b4e
  • Loading branch information
luser committed Jun 4, 2015
1 parent 14f1863 commit 9a8e90f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/freebl/Makefile
Expand Up @@ -559,7 +559,7 @@ SINGLE_SHLIB_DIR = $(OBJDIR)/$(OS_TARGET)_SINGLE_SHLIB
ALL_TRASH += $(SINGLE_SHLIB_DIR)

$(SINGLE_SHLIB_DIR):
-mkdir $(SINGLE_SHLIB_DIR)
-mkdir -p $(SINGLE_SHLIB_DIR)

release_md libs:: $(SINGLE_SHLIB_DIR)
$(MAKE) FREEBL_CHILD_BUILD=1 \
Expand Down

0 comments on commit 9a8e90f

Please sign in to comment.