]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/commit
MFC 206082,206179,207056,207057,210612,210636,210656,212423,212426,228121,
authorjhb <jhb@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 19 Oct 2012 11:01:39 +0000 (11:01 +0000)
committerjhb <jhb@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 19 Oct 2012 11:01:39 +0000 (11:01 +0000)
commit53e3ec420b9e537e80fbb219ac457e079c9ceef3
treeaebcc0f624624b7ec0b43ffec3ffd544824156fb
parentcf3b86304dd99073af5c54c413723eed05cd5ef7
MFC 206082,206179,207056,207057,210612,210636,210656,212423,212426,228121,
228124,228137,228140,228141,228147,228153,228158,228311,241395,241396:
Convert WITH_CTF into a normal build option where MK_CTF is set to yes/no
depending on WITH_CTF/WITHOUT_CTF.  In addition, 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").

Eyeballed by: netchild, fjoe

git-svn-id: svn://svn.freebsd.org/base/stable/8@241728 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
12 files changed:
Makefile.inc1
UPDATING
share/man/man7/build.7
share/mk/bsd.lib.mk
share/mk/bsd.own.mk
share/mk/bsd.port.mk
share/mk/bsd.prog.mk
share/mk/sys.mk
sys/conf/kern.post.mk
sys/conf/kern.pre.mk
sys/conf/kmod.mk
usr.sbin/config/mkmakefile.c