From owner-freebsd-hackers@FreeBSD.ORG Thu Jan 6 02:41:51 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 49927106566C; Thu, 6 Jan 2011 02:41:51 +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 D4CBA8FC0A; Thu, 6 Jan 2011 02:41:50 +0000 (UTC) Received: by qwj9 with SMTP id 9so15691398qwj.13 for ; Wed, 05 Jan 2011 18:41:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=tGt23EBaH9iM4SCVuykGR5QQokBKKALlezot+trp1L8=; b=oeEM/Spv1tlO5n5hRfqCawz1pCVh0z+vmAiVfd8D4FSCIGHsl/g6Y3UZBLWsD/MQgW ANxgVaGP/WUcGxS+hhlHA/Rl2WApD37FB8NOoLD8PZp0GgiVEJTNxrdknASE3kemIcZh ZMcVAhSqFnfDS/XHsxBdQ3HaV+GvX1Y8PsdQE= 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=lmEhJ+tOrbJgIep91Emx9Wu4N4OTc9MceqQ6ukQoz2fcYMYMqEHvJtupbZoQ0mnaeG HXgaT417fT5rfzi9edBJvBMVv+3q27URDE92X6CFOJvss1YOLgU+//YTmr1njOOqb9P7 ADriYfbg4Wpu37WJkYHgVi3f++uzr0AdUbOGc= MIME-Version: 1.0 Received: by 10.229.89.208 with SMTP id f16mr21259498qcm.43.1294280250984; Wed, 05 Jan 2011 18:17:30 -0800 (PST) Received: by 10.229.39.147 with HTTP; Wed, 5 Jan 2011 18:17:30 -0800 (PST) In-Reply-To: <20110106014046.GA324@freebsd.org> References: <20110106014046.GA324@freebsd.org> Date: Thu, 6 Jan 2011 05:17:30 +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: Thu, 06 Jan 2011 02:41:51 -0000 On 6 January 2011 04:40, Alexander Best wrote: > hi there, > > while building target buildkernel with 'clang -v' i noticed a lot of thes= e > lines: > > ignoring nonexistent directory "/usr/subversion-src/sys/contrib/opensolar= is/compat" > > i checked sys/conf/kern.pre.mk and there's a line refering to a non-exist= ing > directory: > > # ... =A0and OpenSolaris > INCLUDES+=3D -I$S/contrib/opensolaris/compat I guess that's leftover from early dtrace stages in perforce. See //depot/projects/dtrace/src/sys/contrib/opensolaris/compat/sys > > is suspect this should actually be: > > # ... =A0and OpenSolaris > INCLUDES+=3D -I$S/cddl/compat/opensolaris > > but i'm not sure of it. > --=20 wbr, pluknet