From: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] [PATCH] Do not print directories as make descends into sub-dirs
Date: Tue, 31 Mar 2009 20:16:52 +0200 [thread overview]
Message-ID: <200903312016.52868.yann.morin.1998@anciens.enib.fr> (raw)
[-- 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
next reply other threads:[~2009-03-31 18:16 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-03-31 18:16 Yann E. MORIN [this message]
2009-04-07 16:36 ` [Qemu-devel] [PATCH] Do not print directories as make descends into sub-dirs Ian Jackson
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200903312016.52868.yann.morin.1998@anciens.enib.fr \
--to=yann.morin.1998@anciens.enib.fr \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).