Date: Thu, 31 Mar 2005 18:01:01 +0300 From: Ruslan Ermilov <ru@FreeBSD.org> To: Dag-Erling Sm?rgrav <des@des.no> Cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/restore Makefile Message-ID: <20050331150101.GA77383@ip.net.ua> In-Reply-To: <86psxgksfk.fsf@xps.des.no> References: <200503251730.j2PHUKY7066092@repoman.freebsd.org> <20050325212104.GB71185@ip.net.ua> <86psxgksfk.fsf@xps.des.no>
next in thread | previous in thread | raw e-mail | index | archive | help
[-- Attachment #1 --] On Thu, Mar 31, 2005 at 12:42:23PM +0200, Dag-Erling Sm?rgrav wrote: > Ruslan Ermilov <ru@FreeBSD.org> writes: > > You usually do this without modifying a makefile, like this: > > > > # make DEBUG_FLAGS=-g > > Even better, put > > DEBUG_FLAGS ?= -g > STRIP = # empty > > in /etc/make.conf, and your system will always be ready to debug. > The STRIP= is not necessary. From bsd.prog.mk: .if !defined(DEBUG_FLAGS) STRIP?= -s .endif Cheers, -- Ruslan Ermilov ru@FreeBSD.org FreeBSD committer [-- Attachment #2 --] -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (FreeBSD) iD8DBQFCTBCtqRfpzJluFF4RAlGKAJ9p1lcTT89p/AUlE8ZDBpO6Gd9hLwCfUm9o 5YZEdOPfnwTPb2vxRd7v+cY= =m5zw -----END PGP SIGNATURE-----
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050331150101.GA77383>
