From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/1614 Path: news.gmane.org!not-for-mail From: Gregor Richards Newsgroups: gmane.linux.lib.musl.general Subject: Re: [PATCH 1/3] makefile: add silent rules Date: Thu, 16 Aug 2012 19:06:42 -0400 Message-ID: <502D7D02.2030103@purdue.edu> References: <1345133887-4041-1-git-send-email-lu_zero@gentoo.org> <30247.132.241.65.36.1345158201.squirrel@lavabit.com> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1345158420 25897 80.91.229.3 (16 Aug 2012 23:07:00 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 16 Aug 2012 23:07:00 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-1615-gllmg-musl=m.gmane.org@lists.openwall.com Fri Aug 17 01:07:00 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 1T299Y-0004Qp-0r for gllmg-musl@plane.gmane.org; Fri, 17 Aug 2012 01:07:00 +0200 Original-Received: (qmail 25904 invoked by uid 550); 16 Aug 2012 23:06:58 -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 25893 invoked from network); 16 Aug 2012 23:06:58 -0000 User-Agent: Mozilla/5.0 (X11; Linux i686 on x86_64; rv:14.0) Gecko/20120713 Thunderbird/14.0 In-Reply-To: <30247.132.241.65.36.1345158201.squirrel@lavabit.com> X-PMX-Version: 5.5.9.388399 X-PerlMx-Virus-Scanned: Yes Xref: news.gmane.org gmane.linux.lib.musl.general:1614 On 08/16/2012 07:03 PM, idunham@lavabit.com wrote: > I can see this helping with the occasional broken version of install. I actually had to use a similar patch for an odd port of musl. install isn't POSIX, and install -D isn't universal, so make INSTALL=ginstall is very helpful. But I have no statement on the value of the rest of this patch just for INSTALL. With valediction, - Gregor Richards