Re: STRIP in /usr/share/mk/

2004-09-23 Thread Jeremie Le Hen
> > while playing around ifconfig.c, I needed to use gdb(1) on the generated > > binary : > > > > z6po:ifconfig# make clean ; make DEBUG_FLAGS=-ggdb && make install > > [...] > > install -s -o root -g wheel -m 555 ifconfig /sbin > > install -o root -g wheel -m 444 ifconfig.8.gz /usr/shar

Re: STRIP in /usr/share/mk/

2004-09-23 Thread Giorgos Keramidas
On 2004-09-21 15:47, Jeremie Le Hen <[EMAIL PROTECTED]> wrote: > Hi, > > while playing around ifconfig.c, I needed to use gdb(1) on the generated > binary : > > z6po:ifconfig# make clean ; make DEBUG_FLAGS=-ggdb && make install > [...] > install -s -o root -g wheel -m 555 ifconfig /sbin >

Re: STRIP in /usr/share/mk/

2004-09-23 Thread Kris Kennaway
On Tue, Sep 21, 2004 at 03:47:07PM +0200, Jeremie Le Hen wrote: > Hi, > > while playing around ifconfig.c, I needed to use gdb(1) on the generated > binary : > > z6po:ifconfig# make clean ; make DEBUG_FLAGS=-ggdb && make install > [...] > install -s -o root -g wheel -m 555 ifconfig /sbin

STRIP in /usr/share/mk/

2004-09-23 Thread Jeremie Le Hen
Hi, while playing around ifconfig.c, I needed to use gdb(1) on the generated binary : z6po:ifconfig# make clean ; make DEBUG_FLAGS=-ggdb && make install [...] install -s -o root -g wheel -m 555 ifconfig /sbin install -o root -g wheel -m 444 ifconfig.8.gz /usr/share/man/man8 As you ca