freebsd-dev/share/man
Alexander Leidinger 21edb039c6 WITH_CTF can now be specified in src.conf (not recommended, there
are some problems with static executables), make.conf (would also
affect ports which do not use GNU make and do not override the
compile targets) or in the kernel config (via "makeoptions
WITH_CTF=yes").

Additional (related) changes:
 - propagate WITH_CTF to module builds
 - do not add -g to the linker flags, it's a noop there anyway
   (at least according to the man page of ld)
 - do not add -g to CFLAGS unconditionally
   we need to have a look if it is really needed (IMO not) or if there
   is a way to add it only when WITH_CTF is used

Note: ctfconvert / ctfmerge lines will not appear in the build output,
to protect the innocent (those which do not build with WITH_CTF would
see the shell-test and may think WITH_CTF is used).

Reviewed by:	imp, jhb, scottl (earlier version)
Discussed on:	arch@
2010-04-02 06:55:31 +00:00
..
man1 Fix markup. 2006-12-26 22:25:58 +00:00
man3 Correct cross reference. 2010-03-23 18:00:50 +00:00
man4 remove pre-vap examples 2010-03-21 17:53:54 +00:00
man5 Remove GNU cpio after fix of CVE-2010-0624. 2010-03-26 17:02:32 +00:00
man6 - We don't install USD docs for games anymore since the games with docs 2005-11-29 17:11:09 +00:00
man7 WITH_CTF can now be specified in src.conf (not recommended, there 2010-04-02 06:55:31 +00:00
man8 Clean up rc.subr man page after removing leftover NetBSD compat. Also 2010-01-28 01:47:31 +00:00
man9 Fix references. 2010-03-29 17:39:38 +00:00
Makefile Reimplementation of world/kernel build options. For details, see: 2006-03-17 18:54:44 +00:00