Date: Fri, 2 Apr 2010 06:55:31 +0000 (UTC) From: Alexander Leidinger <netchild@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src UPDATING src/share/man/man7 build.7 src/share/mk bsd.lib.mk bsd.port.mk bsd.prog.mk sys.mk src/sys/conf kern.mk kern.post.mk kern.pre.mk kmod.mk Message-ID: <201004020700.o32705xl096178@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
netchild 2010-04-02 06:55:31 UTC FreeBSD src repository Modified files: . UPDATING share/man/man7 build.7 share/mk bsd.lib.mk bsd.port.mk bsd.prog.mk sys.mk sys/conf kern.mk kern.post.mk kern.pre.mk kmod.mk Log: SVN rev 206082 on 2010-04-02 06:55:31Z by netchild 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@ Revision Changes Path 1.657 +10 -0 src/UPDATING 1.55 +10 -1 src/share/man/man7/build.7 1.188 +17 -36 src/share/mk/bsd.lib.mk 1.310 +5 -0 src/share/mk/bsd.port.mk 1.153 +7 -6 src/share/mk/bsd.prog.mk 1.105 +22 -60 src/share/mk/sys.mk 1.63 +8 -0 src/sys/conf/kern.mk 1.107 +6 -6 src/sys/conf/kern.post.mk 1.108 +2 -9 src/sys/conf/kern.pre.mk 1.231 +5 -0 src/sys/conf/kmod.mk
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201004020700.o32705xl096178>