mklib: Fix static library generation/installation on Solaris
authorAlan Coopersmith <alan.coopersmith@sun.com>
Wed, 20 Jan 2010 02:13:14 +0000 (18:13 -0800)
committerAlan Coopersmith <alan.coopersmith@sun.com>
Wed, 20 Jan 2010 03:06:06 +0000 (19:06 -0800)
commit77c08003819e8e2c922271c859bceb2b9c9234b7
treeca8ab714ec836d89fe6d6af2c7624fbda0e5f201
parent917b6d2a4b0e330e34e06b3c37ebc906f974b26b
mklib: Fix static library generation/installation on Solaris

Change ar flag from -v (-verbose) to -c (silence console output)
so that it stops causing make_ar_static_lib() to return a bunch
of output other than the resulting library file.

Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
bin/mklib