svn commit: r206082 - in head: . share/man/man7 share/mk
sys/conf
Kostik Belousov
kostikbel at gmail.com
Sun Apr 4 15:36:58 UTC 2010
On Fri, Apr 02, 2010 at 06:55:32AM +0000, Alexander Leidinger wrote:
> Author: netchild
> Date: Fri Apr 2 06:55:31 2010
> New Revision: 206082
> URL: http://svn.freebsd.org/changeset/base/206082
>
> Log:
> 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").
I think this commit started the kernel build to emit lines like this
[ -z "ctfconvert" -o -n "1" ] || ctfconvert -L VERSION -g vm_init.o
after compilation of each file from the kernel (but not modules)
source. Could you, please, look for missed '@' ?
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 196 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/svn-src-all/attachments/20100404/6e6a2083/attachment.pgp
More information about the svn-src-all
mailing list