Re: build with DEBUG defined

2019-08-08 Thread Gleydson Soares
yes, it is crystal-clear in bsd.own.mk Even though maybe the man page and bsd.README should be tweaked, or we should handle it in bsd.own.mk for reflecting the current manual. But I think it doesn’t worth it, Sent from my iPhone > On 8 Aug 2019, at 04:26, Stuart Henderson wrote: > >> On 2019-

Re: build with DEBUG defined

2019-08-08 Thread Stuart Henderson
On 2019-08-07, Edgar Pettijohn wrote: > > On Aug 6, 2019 8:51 PM, Gleydson Soares wrote: >> >> On Tue, Aug 06, 2019 at 06:55:15PM -0500, Edgar Pettijohn wrote: >> > I'm trying to build smtpd with `-g'. I tried the following: >> > >> > deathstar$ make -DDEBUG >> > ===> smtpd >> > yacc  -o parse.c

Re: build with DEBUG defined

2019-08-06 Thread Edgar Pettijohn
On Aug 6, 2019 8:51 PM, Gleydson Soares wrote: > > On Tue, Aug 06, 2019 at 06:55:15PM -0500, Edgar Pettijohn wrote: > > I'm trying to build smtpd with `-g'. I tried the following: > > > > deathstar$ make -DDEBUG > > ===> smtpd > > yacc  -o parse.c /usr/src/usr.sbin/smtpd/smtpd/../parse.y > > cc

Re: build with DEBUG defined

2019-08-06 Thread Gleydson Soares
On Tue, Aug 06, 2019 at 06:55:15PM -0500, Edgar Pettijohn wrote: > I'm trying to build smtpd with `-g'. I tried the following: > > deathstar$ make -DDEBUG > ===> smtpd > yacc -o parse.c /usr/src/usr.sbin/smtpd/smtpd/../parse.y > cc -O2 -pipe 1 -fstack-protector-all -I/usr/src/usr.sbin/smtpd/smtpd

build with DEBUG defined

2019-08-06 Thread Edgar Pettijohn
I'm trying to build smtpd with `-g'. I tried the following: deathstar$ make -DDEBUG ===> smtpd yacc -o parse.c /usr/src/usr.sbin/smtpd/smtpd/../parse.y cc -O2 -pipe 1 -fstack-protector-all -I/usr/src/usr.sbin/smtpd/smtpd/.. -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -W