From owner-freebsd-current@FreeBSD.ORG Fri Apr 20 00:45:36 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F38A9106567B for ; Fri, 20 Apr 2012 00:45:35 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.95.76.21]) by mx1.freebsd.org (Postfix) with ESMTP id D1A548FC15 for ; Fri, 20 Apr 2012 00:45:35 +0000 (UTC) Received: from troutmask.apl.washington.edu (localhost.apl.washington.edu [127.0.0.1]) by troutmask.apl.washington.edu (8.14.5/8.14.5) with ESMTP id q3K0eCv8071615 for ; Thu, 19 Apr 2012 17:40:12 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.14.5/8.14.5/Submit) id q3K0eCM0071614 for freebsd-current@freebsd.org; Thu, 19 Apr 2012 17:40:12 -0700 (PDT) (envelope-from sgk) Date: Thu, 19 Apr 2012 17:40:12 -0700 From: Steve Kargl To: freebsd-current@freebsd.org Message-ID: <20120420004011.GA71597@troutmask.apl.washington.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.3i Subject: clang and 'config KERNFILE' error X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Apr 2012 00:45:36 -0000 laptop:root[227] uname -a FreeBSD laptop 10.0-CURRENT FreeBSD 10.0-CURRENT #0 r230975M: Sat Feb 4 09:03:27 PST 2012 root@laptop:/usr/obj/usr/src/sys/MOBILE i386 laptop:root[224] config MOBILE Kernel build directory is ../compile/MOBILE Don't forget to do ``make cleandepend && make depend'' laptop:root[225] cd ../compile/MOBILE laptop:root[226] make cleandepend && make depend "../../../conf/kern.pre.mk", line 87: Malformed conditional (${MK_CLANG_IS_CC} == "no" && ${CC:T:Mclang} != "clang") "../../../conf/kern.pre.mk", line 98: if-less endif "../../../conf/kern.pre.mk", line 104: Malformed conditional (${MK_CLANG_IS_CC} != "no" || ${CC:T:Mclang} == "clang") "../../../conf/kern.pre.mk", line 106: if-less endif "../../../conf/kern.mk", line 18: Malformed conditional (${MK_CLANG_IS_CC} != "no" || ${CC:T:Mclang} == "clang") "../../../conf/kern.mk", line 31: if-less endif "../../../conf/kern.mk", line 53: Malformed conditional (${MK_CLANG_IS_CC} == "no" && ${CC:T:Mclang} != "clang") "../../../conf/kern.mk", line 60: if-less endif make: fatal errors encountered -- cannot continue -- Steve