From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Message-ID: <1445283036.30908.27.camel@infradead.org> Subject: Re: [PATCH 2/2] util_lib: Silence ar informational message From: Geoff Levand Date: Mon, 19 Oct 2015 12:30:36 -0700 In-Reply-To: <20151016013855.GC20667@verge.net.au> References: <1444346484.29301.81.camel@infradead.org> <20151016013855.GC20667@verge.net.au> Mime-Version: 1.0 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "kexec" Errors-To: kexec-bounces+dwmw2=infradead.org@lists.infradead.org To: Simon Horman Cc: kexec@lists.infradead.org Hi Simon, On Fri, 2015-10-16 at 10:38 +0900, Simon Horman wrote: > On Thu, Oct 08, 2015 at 04:21:24PM -0700, Geoff Levand wrote: > > Add the -c option to ar to silence the informational > > message 'ar creating libutil.a'. ar outputs this > > message to stderr, and some tools interpret this as > > a build warning. > > I am wondering about the portability of -c. > I tried to find some documentation of it and drew a blank. > Do you have any thoughts on this? I couldn't find any info either. At this point I would say don't include this. I'll think about something else. Maybe capture the output from ar, then only print it if ar returns an error. -Geoff _______________________________________________ kexec mailing list kexec@lists.infradead.org http://lists.infradead.org/mailman/listinfo/kexec