View Single Post

   
  #3 (permalink)  
Old 02-16-2008, 06:21 AM
Shane Almeida
 
Posts: n/a
Default Re: Help with 008_getcwd.patch

On Mon, 10 Jan 2005 13:12:28 -0500, clvrmnky wrote:
> On 08/01/2005 12:21 PM, Shane Almeida wrote:
> > Is this the proper way to rebuild csh, for example?
> >
> > cd /usr/src/bin/csh
> > make obj cleandir depend
> > make && make install
> >

> That looks right. I often move the original out of the way in case
> something goes wrong.


Okay, good. Time to start building.

> > Also, is there a way to determine what other static binaries also use
> > getcwd?

> The last time I had to do this, I used "ident" and looked for the module
> that you are interested in.
>
> e.g.:
>
> cd /bin
> for file in *
> do
> echo $file
> ident $file | grep getcwd
> done


Looks good. Thanks for the help, I appreciate it.
Reply With Quote