Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Jan 2008 15:08:28 +0100
From:      Kai Wang <kaiwang27@gmail.com>
To:        Peter Wemm <peter@wemm.org>
Cc:        freebsd-current@freebsd.org, Steve Kargl <sgk@troutmask.apl.washington.edu>
Subject:   Re: [Call for testers][PATCH] "BSD ar"
Message-ID:  <20080112140828.GA1284@plan0.kaiwan.csbnet.se>
In-Reply-To: <e7db6d980801120016l5e9e9633mb58332a04e47aa11@mail.gmail.com>
References:  <20080111142336.GA1379@plan0.kaiwan.csbnet.se> <20080111194036.GA28896@troutmask.apl.washington.edu> <20080112072138.GB1016@plan0.kaiwan.csbnet.se> <e7db6d980801120016l5e9e9633mb58332a04e47aa11@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080112140828.GA1284>