* [Qemu-devel] [6426] Reformat quiet build
@ 2009-01-24 15:08 Aurelien Jarno
0 siblings, 0 replies; only message in thread
From: Aurelien Jarno @ 2009-01-24 15:08 UTC (permalink / raw)
To: qemu-devel
Revision: 6426
http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=6426
Author: aurel32
Date: 2009-01-24 15:08:25 +0000 (Sat, 24 Jan 2009)
Log Message:
-----------
Reformat quiet build
Indent and align the quiet build messages more like Linux - improves
readability of this great feature even more.
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Modified Paths:
--------------
trunk/rules.mak
Modified: trunk/rules.mak
===================================================================
--- trunk/rules.mak 2009-01-24 15:08:17 UTC (rev 6425)
+++ trunk/rules.mak 2009-01-24 15:08:25 UTC (rev 6426)
@@ -1,19 +1,19 @@
%.o: %.c
- $(call quiet-command,$(CC) $(CPPFLAGS) $(CFLAGS) -c -o $@ $<,CC $@)
+ $(call quiet-command,$(CC) $(CPPFLAGS) $(CFLAGS) -c -o $@ $<," CC $@")
%.o: %.S
- $(call quiet-command,$(CC) $(CPPFLAGS) -c -o $@ $<,AS $@)
+ $(call quiet-command,$(CC) $(CPPFLAGS) -c -o $@ $<," AS $@")
%.o: %.m
- $(call quiet-command,$(CC) $(CFLAGS) $(CPPFLAGS) -c -o $@ $<,OBJC $@)
+ $(call quiet-command,$(CC) $(CFLAGS) $(CPPFLAGS) -c -o $@ $<," OBJC $@")
-LINK = $(call quiet-command,$(CC) $(LDFLAGS) -o $@ $^ $(LIBS),LINK $@)
+LINK = $(call quiet-command,$(CC) $(LDFLAGS) -o $@ $^ $(LIBS)," LINK $@")
%$(EXESUF): %.o
$(LINK)
%.a:
- $(call quiet-command,rm -f $@ && $(AR) rcs $@ $^,AR $@)
+ $(call quiet-command,rm -f $@ && $(AR) rcs $@ $^," AR $@")
quiet-command = $(if $(V),$1,@echo $2 && $1)
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2009-01-24 15:08 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-24 15:08 [Qemu-devel] [6426] Reformat quiet build Aurelien Jarno
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).