From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/1625 Path: news.gmane.org!not-for-mail From: Rich Felker Newsgroups: gmane.linux.lib.musl.general Subject: Re: [PATCH 3/3] makefile: split install target Date: Fri, 17 Aug 2012 19:33:17 -0400 Message-ID: <20120817233317.GV27715@brightrain.aerifal.cx> References: <1345133887-4041-1-git-send-email-lu_zero@gentoo.org> <1345133887-4041-3-git-send-email-lu_zero@gentoo.org> 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 1345246330 1555 80.91.229.3 (17 Aug 2012 23:32:10 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 17 Aug 2012 23:32:10 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-1626-gllmg-musl=m.gmane.org@lists.openwall.com Sat Aug 18 01:32:09 2012 Return-path: Envelope-to: gllmg-musl@plane.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1T2W1O-0001tP-W1 for gllmg-musl@plane.gmane.org; Sat, 18 Aug 2012 01:32:07 +0200 Original-Received: (qmail 9826 invoked by uid 550); 17 Aug 2012 23:32:05 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Original-Received: (qmail 9818 invoked from network); 17 Aug 2012 23:32:05 -0000 Content-Disposition: inline In-Reply-To: <1345133887-4041-3-git-send-email-lu_zero@gentoo.org> User-Agent: Mutt/1.5.21 (2010-09-15) Xref: news.gmane.org gmane.linux.lib.musl.general:1625 Archived-At: On Thu, Aug 16, 2012 at 06:18:07PM +0200, Luca Barbato wrote: > Introduce install-headers, install-libs, install-tools No objection to this; committed. Rich