public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: "Andreas Bießmann" <andreas.devel@googlemail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] Makefile: silence 'make clean'
Date: Tue, 13 Nov 2012 17:31:39 +0100	[thread overview]
Message-ID: <1352824299-1745-1-git-send-email-andreas.devel@googlemail.com> (raw)
In-Reply-To: <50A2742E.40905@gmail.com>

Signed-off-by: Andreas Bie?mann <andreas.devel@googlemail.com>
Cc: Marek Vasut <marex@denx.de>
Cc: Wolfgang Denk <wd@denx.de>
---
 Makefile |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 9dc89f9..5fa2fba 100644
--- a/Makefile
+++ b/Makefile
@@ -811,7 +811,7 @@ clean:
 	@rm -f $(obj)include/generated/asm-offsets.h
 	@rm -f $(obj)$(CPUDIR)/$(SOC)/asm-offsets.s
 	@rm -f $(TIMESTAMP_FILE) $(VERSION_FILE)
-	@$(MAKE) -C doc/DocBook/ cleandocs
+	@$(MAKE) -s -C doc/DocBook/ cleandocs
 	@find $(OBJTREE) -type f \
 		\( -name 'core' -o -name '*.bak' -o -name '*~' -o -name '*.su' \
 		-o -name '*.o'	-o -name '*.a' -o -name '*.exe'	\) -print \
-- 
1.7.10.4

  parent reply	other threads:[~2012-11-13 16:31 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-11-13 12:43 [U-Boot] Silence "make clean" Wolfgang Denk
2012-11-13 13:53 ` Marek Vasut
2012-11-13 16:21   ` Wolfgang Denk
2012-11-13 16:24     ` Andreas Bießmann
2012-11-13 16:30       ` Marek Vasut
2012-11-13 16:32         ` Andreas Bießmann
2012-11-13 16:36           ` Marek Vasut
2012-11-13 16:31       ` Andreas Bießmann [this message]
2012-11-14 10:05         ` [U-Boot] [PATCH] Makefile: silence 'make clean' Anatolij Gustschin
2012-11-15  6:36         ` Dirk Behme

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=1352824299-1745-1-git-send-email-andreas.devel@googlemail.com \
    --to=andreas.devel@googlemail.com \
    --cc=u-boot@lists.denx.de \
    /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