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:25:26 +0000 (06:25 -0700)
commit23671e5358ffc0abfec83aeea9a515b09a6b35f3
tree49ba004911e4fdacf6d3dcd4b7f68b967a59f5e8
parent048f988aeb06fa360c6c41eaa50cb96b4b86e34e
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>
bin/mklib