mklib: Ensure target directory exists for library
authorDan Nicholson <dbn.lists@gmail.com>
Mon, 3 Aug 2009 15:35:43 +0000 (08:35 -0700)
committerDan Nicholson <dbn.lists@gmail.com>
Tue, 4 Aug 2009 13:30:46 +0000 (06:30 -0700)
commit9185a61c8a549e26e83d73e6e1fe9c65e5b88707
tree869ba939a44baa593516ad31f06c36a9b5bd89dc
parent0ce73f84e9f4d992c1108ce2c84718bc0fcada96
mklib: Ensure target directory exists for library

Instead of relying on the Makefile to always generate $(TOP)/$(LIB_DIR),
just have mklib handle creating the directory. This should fix any races
when using parallel make.

Signed-off-by: Dan Nicholson <dbn.lists@gmail.com>
(cherry picked from commit 23671e5358ffc0abfec83aeea9a515b09a6b35f3)
bin/mklib