|
From: Peter W. <pe...@we...> - 2009-01-07 20:23:24
|
On Tue, Jan 6, 2009 at 7:46 PM, Nicholas Nethercote <n.n...@gm...> wrote: > On Wed, Jan 7, 2009 at 2:38 PM, Greg Parker <gp...@ap...> wrote: >> >> Oh, I've already done that; the build seems to work with Darwin sed. But >> it'll need to be cleaned up eventually, and I was hoping whoever had put >> that in still remembered what exactly it was for. > > It was Julian in r8442, he just said: > > * Make sure we're using GNU sed; install can otherwise fail > > Nick It breaks on FreeBSD's sed too. Build works, but install (and a few other things) fail (including ldscript generation). I'd changed configure.in locally to find sed and use $(SED) in the scripts so that one could specify a path to gnu sed on systems where it isn't the default one. -- Peter Wemm - pe...@we...; peter@FreeBSD.org; pe...@ya...; KI6FJV "All of this is for nothing if we don't go to the stars" - JMS/B5 "If Java had true garbage collection, most programs would delete themselves upon execution." -- Robert Sewell |