|
Message-ID: <20120315164209.GE184@brightrain.aerifal.cx> Date: Thu, 15 Mar 2012 12:42:09 -0400 From: Rich Felker <dalias@...ifal.cx> To: musl@...ts.openwall.com Subject: Re: [PATCH] makefile: Make default output compact and similar to Linux kernel. On Thu, Mar 15, 2012 at 10:25:23AM +0200, Georgi Chorbadzhiyski wrote: > This patch changes default make output to be similar to Linux kernel. > An example output looks like this: > > ASM crt/i386/crt1.s > COPY crt/crt1.o lib/crt1.o > MKBITS i386 > MKTYPES include/bits/alltypes.h.sh > CC src/aio/aio_cancel.c > CC src/unistd/write.c > LD lib/libc.so > BUILD tools/musl-gcc > INSTALL /usr/local/musl/lib/libc.a > INSTALL /usr/local/bin/musl-gcc > > If you want to see the executed commands use make V=1 or export V=1 > before running make. Any opinions on this? I really dislike this kind of output, but if there's a demand for it I'll consider it. Rich
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.