diff mbox

xconfig: add quiet rule for moc

Message ID 1341444671-7528-1-git-send-email-yselkowitz@users.sourceforge.net (mailing list archive)
State New, archived
Headers show

Commit Message

Yaakov (Cygwin/X) July 4, 2012, 11:31 p.m. UTC
From: Yaakov Selkowitz <yselkowitz@users.sourceforge.net>

Also add a dependency on .tmp_qtcheck for KC_QT_MOC.

Signed-off-by: Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
---
Also applies to 3.x stable branches

 scripts/kconfig/Makefile |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

Comments

Michal Marek July 13, 2012, 12:42 p.m. UTC | #1
On Wed, Jul 04, 2012 at 06:31:11PM -0500, Yaakov (Cygwin/X) wrote:
> From: Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
> 
> Also add a dependency on .tmp_qtcheck for KC_QT_MOC.
> 
> Signed-off-by: Yaakov Selkowitz <yselkowitz@users.sourceforge.net>

Applied to kbuild.git#kconfig, thanks.


> Also applies to 3.x stable branches

But is it necessary to have the patch in stable? It only fixes the
progress message.

Michal
--
To unsubscribe from this list: send the line "unsubscribe linux-kbuild" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/scripts/kconfig/Makefile b/scripts/kconfig/Makefile
index 5e2176c..cf1171f 100644
--- a/scripts/kconfig/Makefile
+++ b/scripts/kconfig/Makefile
@@ -298,8 +298,11 @@  $(obj)/zconf.tab.o: $(obj)/zconf.lex.c $(obj)/zconf.hash.c
 
 $(obj)/qconf.o: $(obj)/qconf.moc
 
-$(obj)/%.moc: $(src)/%.h
-	$(KC_QT_MOC) -i $< -o $@
+quiet_cmd_moc = MOC     $@
+      cmd_moc = $(KC_QT_MOC) -i $< -o $@
+
+$(obj)/%.moc: $(src)/%.h $(obj)/.tmp_qtcheck
+	$(call cmd,moc)
 
 # Extract gconf menu items for I18N support
 $(obj)/gconf.glade.h: $(obj)/gconf.glade