From owner-freebsd-questions@FreeBSD.ORG Thu Aug 30 18:01:23 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 28AC716A41A for ; Thu, 30 Aug 2007 18:01:23 +0000 (UTC) (envelope-from mr.hyro@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.171]) by mx1.freebsd.org (Postfix) with ESMTP id B2D9E13C4A3 for ; Thu, 30 Aug 2007 18:01:22 +0000 (UTC) (envelope-from mr.hyro@gmail.com) Received: by ug-out-1314.google.com with SMTP id a2so237819ugf for ; Thu, 30 Aug 2007 11:01:04 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=KMFY8bkbS1ZQq+C0z+HECMC5Ax6QZLhKE5tn/sFqtds0DfjEEfGMK70pGit/QVQIOFmIhq1gPfUVrX+0uRQzSnpG5z0mv2EXpEgk+glNTpeQ8C42pNdsxmIIHNgG/ziOM0wLNT2hXVtTdYlkZYlRikuB1pkLcm47oIWcH3hfKE8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=pnsDFRlMgw/pz1dqw0HuuUDNGzJ8VMiJpr9mA3tknddBF9lZGzGi+yUH2MsR24VNre+ueFgdsL04O9SClmfTCjfnIuHiJaMNw1gsc+jm9/va9lbrRnsnmCr6oFmLfv0aDUEg6JSk7yj/hpxmXucpgPA8ct55SQ7gFXooqks8kGA= Received: by 10.78.140.17 with SMTP id n17mr555129hud.1188496863487; Thu, 30 Aug 2007 11:01:03 -0700 (PDT) Received: by 10.78.184.8 with HTTP; Thu, 30 Aug 2007 11:01:03 -0700 (PDT) Message-ID: <24393ae80708301101p735bb4bdwf90b66fb46ec1723@mail.gmail.com> Date: Thu, 30 Aug 2007 14:01:03 -0400 From: "Andrey Shuvikov" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: BDECFLAGS in make.conf X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Aug 2007 18:01:23 -0000 Hi, The example make.conf has a comment about BDECFLAGS variable, which is "suggested for use in developing FreeBSD". But when I tried to use it "make buildworld" fails ("inline" is not defined). Is this variable really supposed to be in make.conf, or did I misunderstand something? Thanks a lot, Andrey