From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/9146 Path: news.gmane.org!not-for-mail From: Szabolcs Nagy Newsgroups: gmane.linux.lib.musl.general Subject: Re: Support for out-of-tree build Date: Mon, 18 Jan 2016 00:41:17 +0100 Message-ID: <20160117234117.GA9621@port70.net> References: <20151120222000.GA3818@brightrain.aerifal.cx> <20151130013555.GT3818@brightrain.aerifal.cx> <20151130211432.GV3818@brightrain.aerifal.cx> <20151130221412.GW3818@brightrain.aerifal.cx> <20151209003914.GA238@brightrain.aerifal.cx> <20160117223247.GK238@brightrain.aerifal.cx> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1453074092 10551 80.91.229.3 (17 Jan 2016 23:41:32 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 17 Jan 2016 23:41:32 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-9159-gllmg-musl=m.gmane.org@lists.openwall.com Mon Jan 18 00:41:31 2016 Return-path: Envelope-to: gllmg-musl@m.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1aKwwt-0004ZD-MM for gllmg-musl@m.gmane.org; Mon, 18 Jan 2016 00:41:31 +0100 Original-Received: (qmail 1767 invoked by uid 550); 17 Jan 2016 23:41:29 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Original-Received: (qmail 1743 invoked from network); 17 Jan 2016 23:41:29 -0000 Mail-Followup-To: musl@lists.openwall.com Content-Disposition: inline In-Reply-To: <20160117223247.GK238@brightrain.aerifal.cx> User-Agent: Mutt/1.5.24 (2015-08-30) Xref: news.gmane.org gmane.linux.lib.musl.general:9146 Archived-At: * Rich Felker [2016-01-17 17:32:48 -0500]: > As such I've committed/pushed your patch. If anything else turns up > that should be fixed/improved that can be done later but I'm quite > happy with what we've got now. Thanks for all your work on it and your > patience with the process. > great, thanks i hit one issue with my messed up source tree: it had src/foo/bar.s asm files hanging around in non-arch dirs previously those were not matched by the wildcard rules. time to clean them up i guess.. (and those who have an existing in-tree build probably want to run make clean before pulling this commit)