Re: [Call for testers][PATCH] "BSD ar"

From: Kai Wang <kaiwang27_at_gmail.com>
Date: Sat, 12 Jan 2008 15:08:28 +0100
On Sat, Jan 12, 2008 at 12:16:48AM -0800, Peter Wemm wrote:
> I have a request.. can you put it in src/usr.bin/ar and make a build
> hook to turn it on or off?  By all means, leave it off to start with
> if you're not sure that it is ready, but it would be nice to capture
> it in the tree.
> 
> Perhaps something like a temporary -DWITH_BSDAR switch for building
> world would do.

Good idea. Here comes the patch:
http://web.student.chalmers.se/~kaiw/patch/ar-20080112.diff

To apply it:
    # cd /usr/src
    # patch -p1 < PATH/ar-20080112.diff

To enable the build of BSD ar: (disable GNU ar)
    # cd /usr/src
    # make buildworld -DWITH_BSDAR
    # ...
    # make installworld -DWITH_BSDAR


Any feedback would be greatly appreciated :)

Kai Wang
Received on Sat Jan 12 2008 - 13:08:30 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:39:25 UTC