cvs commit: src/sbin/restore Makefile

Dag-Erling Smørgrav des at des.no
Thu Mar 31 02:42:30 PST 2005


Ruslan Ermilov <ru at 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.

DES
-- 
Dag-Erling Smørgrav - des at des.no


More information about the cvs-src mailing list