From owner-freebsd-hackers@FreeBSD.ORG Wed Feb 2 18:15:56 2011 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 914711065673; Wed, 2 Feb 2011 18:15:56 +0000 (UTC) (envelope-from pluknet@gmail.com) Received: from mail-qw0-f54.google.com (mail-qw0-f54.google.com [209.85.216.54]) by mx1.freebsd.org (Postfix) with ESMTP id 324DB8FC0A; Wed, 2 Feb 2011 18:15:55 +0000 (UTC) Received: by qwj9 with SMTP id 9so255451qwj.13 for ; Wed, 02 Feb 2011 10:15:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=7XK5AneJOet/pFQYmrSiJByD7GaTe/sF8i/ZoUGhecI=; b=m2hLwlP440NITtNSHBT9ABicRPMxfxZ6+FhFVApC7xMOGL8IyuFI4CBVcmKiK9hHu1 aAlkpbmoCeELa6wKjoHGnk3v9QmL5Iz4hH3SmfyyeNaS2PBrgCab5nIVOQ8KbVox7IRC eSSwheZ3kCBFWI3Kn1ZB2LTBEDdrW2Wka6L0E= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=sjDfYcquBRrZ1V3QYoxOqGx7+hf+WRLtSNsysJGGq/vDAKiwbi4FZ5yauKFd9QuMY/ l4wBbhHVG+23LBejJw0YEuwzml+c3ljulS3HO6bx7rWrefHVnkp3A2kYiI5hLWrPkg1B VDY4Erva3UaiIpNpsOT4rbZ+LKWUsT8ahZcUU= MIME-Version: 1.0 Received: by 10.229.185.1 with SMTP id cm1mr6711046qcb.81.1296670555254; Wed, 02 Feb 2011 10:15:55 -0800 (PST) Received: by 10.229.102.87 with HTTP; Wed, 2 Feb 2011 10:15:55 -0800 (PST) In-Reply-To: <20110202172010.GA17563@freebsd.org> References: <20110106014046.GA324@freebsd.org> <20110202172010.GA17563@freebsd.org> Date: Wed, 2 Feb 2011 21:15:55 +0300 Message-ID: From: Sergey Kandaurov To: Alexander Best Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-hackers@freebsd.org Subject: Re: broken INCLUDE in sys/conf/kern.pre.mk for opensolaris code? X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Feb 2011 18:15:56 -0000 On 2 February 2011 20:20, Alexander Best wrote: > On Wed Feb =A02 11, Sergey Kandaurov wrote: >> On 6 January 2011 04:40, Alexander Best wrote: >> > hi there, >> > >> > while building target buildkernel with 'clang -v' i noticed a lot of t= hese >> > lines: >> > >> > ignoring nonexistent directory "/usr/subversion-src/sys/contrib/openso= laris/compat" >> > >> > i checked sys/conf/kern.pre.mk and there's a line refering to a non-ex= isting >> > directory: >> > >> > # ... =A0and OpenSolaris >> > INCLUDES+=3D -I$S/contrib/opensolaris/compat >> >> Hi, I just removed that path in r218189. > > thanks a bunch. :) > > i might do a 'make universe' build at some point with clang -v in order t= o > check, if there are more cases where non-existing include paths exist in = the > freebsd src. Thanks a lot. That would be great, I think. --=20 wbr, pluknet