qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] Do not print directories as make descends into sub-dirs
@ 2009-03-31 18:16 Yann E. MORIN
  2009-04-07 16:36 ` Ian Jackson
  0 siblings, 1 reply; 2+ messages in thread
From: Yann E. MORIN @ 2009-03-31 18:16 UTC (permalink / raw)
  To: qemu-devel

[-- Attachment #1: Type: text/plain, Size: 744 bytes --]

Hello!

Please consider this one-liner as my modest contribution.

The attach patch tells make to not print the directory names as it descends
into sub-dirs.

This somewhat beautifies the build ouput.

Regards, and keep up the good work!
Yann E. MORIN.

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +0/33 662376056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| --==< ^_^ >==-- `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
`------------------------------^-------^------------------^--------------------'

[-- Attachment #2: qemu-make-no-print-directory.patch --]
[-- Type: text/x-diff, Size: 294 bytes --]

Index: trunk/Makefile
===================================================================
--- trunk/Makefile	(revision 6963)
+++ trunk/Makefile	(working copy)
@@ -1,5 +1,7 @@
 # Makefile for QEMU.
 
+MAKEFLAGS += --no-print-directory
+
 include config-host.mak
 include $(SRC_PATH)/rules.mak
 

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [Qemu-devel] [PATCH] Do not print directories as make descends into sub-dirs
  2009-03-31 18:16 [Qemu-devel] [PATCH] Do not print directories as make descends into sub-dirs Yann E. MORIN
@ 2009-04-07 16:36 ` Ian Jackson
  0 siblings, 0 replies; 2+ messages in thread
From: Ian Jackson @ 2009-04-07 16:36 UTC (permalink / raw)
  To: qemu-devel

Yann E. MORIN writes ("[Qemu-devel] [PATCH] Do not print directories as make descends into sub-dirs"):
> +MAKEFLAGS += --no-print-directory

If this is really a good idea (which I doubt), it should certainly be
disabled if V=1.

Ian.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-04-07 16:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-31 18:16 [Qemu-devel] [PATCH] Do not print directories as make descends into sub-dirs Yann E. MORIN
2009-04-07 16:36 ` Ian Jackson

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).