On 05/29/12 00:49, Matthew Seaman wrote:

Set WITHOUT_CLANG=yes in /etc/src.conf and do a normal buildworld cycle
plus 'make delete-old'

See src.conf(5) for more details.

This breaks normal make:

> cat /etc/src.conf
WITHOUT_CLANG="Yes"

> cat Makefile
# Makefile for nanoBSD kld driver
CC=gcc
KMOD=lcd_socket
SRCS=lcd_socket.c
.include <bsd.kmod.mk>

> make
"/usr/share/mk/bsd.own.mk", line 458: MK_CLANG can't be set by a user.

Tom Dean
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[email protected]"

Reply via email to