From owner-svn-src-head@freebsd.org Sun Jul 26 20:49:53 2015 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C94C39ABE40; Sun, 26 Jul 2015 20:49:53 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from mail-wi0-x232.google.com (mail-wi0-x232.google.com [IPv6:2a00:1450:400c:c05::232]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5EB3D1546; Sun, 26 Jul 2015 20:49:53 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: by wicgb10 with SMTP id gb10so87040252wic.1; Sun, 26 Jul 2015 13:49:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=k9ZxcsQhPZO7L1pxyBO38jq4rf9M88he0wH8gGs2wG4=; b=067bOE3DmhqwIwgqV3YLSVT6Mn5clT1kTmfwZSV5COpw9rHbm4ZImolIHbNcTZ/pQ9 HJzgN30VwFfVdnQO8aBK6JAIo4KO5IXmqj1Nbct+bz+fhex41D0LaqsHMFPmpNB/l1fZ mOqTMf4xOasKBADly5yGct8YMQ5P075kBcTKWcAlaUBPBgwja85pQkBM6WTtwTKuv2hO PVSJ75cK+r7K6Tytlje/0fWUg4C1/pJafuy/uA/tw17mwKsCTLVbn6aPIP0nS39J2adp akpvlvyHkkpJ2jgOtsra9lzjTE0WDU/W3hXexFUao8FXJCOi9dwzZ+EWDDJSXZhZc+iJ /RBg== X-Received: by 10.180.81.103 with SMTP id z7mr16548078wix.21.1437943791515; Sun, 26 Jul 2015 13:49:51 -0700 (PDT) Received: from ivaldir.etoilebsd.net ([2001:41d0:8:db4c::1]) by smtp.gmail.com with ESMTPSA id s1sm9962484wix.13.2015.07.26.13.49.50 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 26 Jul 2015 13:49:50 -0700 (PDT) Sender: Baptiste Daroussin Date: Sun, 26 Jul 2015 22:49:48 +0200 From: Baptiste Daroussin To: "Simon J. Gerraty" Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r284345 - in head: . bin/cat bin/chflags bin/chio bin/chmod bin/cp bin/csh bin/date bin/dd bin/df bin/domainname bin/echo bin/ed bin/expr bin/freebsd-version bin/getfacl bin/hostname bi... Message-ID: <20150726204948.GD1522@ivaldir.etoilebsd.net> References: <201506131920.t5DJKwMH033508@svn.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="eqp4TxRxnD4KrmFZ" Content-Disposition: inline In-Reply-To: <201506131920.t5DJKwMH033508@svn.freebsd.org> User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Jul 2015 20:49:53 -0000 --eqp4TxRxnD4KrmFZ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Jun 13, 2015 at 07:20:58PM +0000, Simon J. Gerraty wrote: > Author: sjg > Date: Sat Jun 13 19:20:56 2015 > New Revision: 284345 > URL: https://svnweb.freebsd.org/changeset/base/284345 >=20 > Log: > Add META_MODE support. > =20 > Off by default, build behaves normally. > WITH_META_MODE we get auto objdir creation, the ability to > start build from anywhere in the tree. > =20 > Still need to add real targets under targets/ to build packages. > =20 > Differential Revision: D2796 > Reviewed by: brooks imp This breaks using fmake from ports because of usage of :U in sys.mk fmake has to be supported until 9 is EOLed otherwise this is a major pain f= or all developers, having the ability to use fmake allows people to ensure syn= tax is compatible with FreeBSD 9 (not that I'm just speaking about sys.mk not o= ther parts) Best regards, Bapt --eqp4TxRxnD4KrmFZ Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAlW1R+wACgkQ8kTtMUmk6ExLuQCfYEiXcY+rHbeds3jOCpSo1wGU WCAAoLiqvANj4Y6yx9hzjwYOqu3UnaSi =8xLh -----END PGP SIGNATURE----- --eqp4TxRxnD4KrmFZ--