Subject: Re: make: "Unknown modifier 'O'"?
To: D'Arcy" "J.M. <darcy@druid.net>
From: Bill Sommerfeld <sommerfeld@orchard.arlington.ma.us>
List: current-users
Date: 11/21/1999 09:15:53
> > >I run make in /usr/src/lib/libkvm and I get "Unknown modifier 'O'"
> > >from it.
> > 
> > >Someone wanna hand me a clve?
> > 
> > I think either make, sh, or test is broken.  I had this briefly, then it went
> > away.

no, it's make.

make syntax was extended to include a new :O modifier to produce a
sorted list.  This speeds up builds of libraries because the .o, .so,
and .po files are all built right after each other rather than at
widely separated times, reducing the amount of buffer cache thrashing
going on..

					- Bill