Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Tue, 15 Jan 2013 10:13:36 -0600
From: Rob Landley <rob@...dley.net>
To: musl@...ts.openwall.com
Cc: musl@...ts.openwall.com
Subject: Re: REG_STARTEND (regex)

On 01/15/2013 09:50:16 AM, Daniel Cegiełka wrote:
> 2013/1/15 John Spencer <maillist-musl@...fooze.de>:
> > On 01/15/2013 04:16 PM, Daniel Cegiełka wrote:
> >
> > the sed from busybox 1.20.2 works perfect for me, entire sabotage  
> is built
> > using it.
> > and there are some things like ncurses that make heavy use of it,  
> so i'm
> > quite confident it's either completely or almost bugfree at this  
> point.
> > i dont think it will be much work to rip it out of busybox to make  
> it a
> > free-standing tool.
> 
> busybox's tools share a lot of code.. and it is not easy to separate
> one tool without moving whole bblib. This is a good option if you want
> to use busybox as a base system/tools.

make allnoconfig
make menuconfig
switch on just "sed"
make
mv busybox sed

Rob

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.