* [PATCH] xconfig: add quiet rule for moc
@ 2012-07-04 23:31 Yaakov (Cygwin/X)
2012-07-13 12:42 ` Michal Marek
0 siblings, 1 reply; 2+ messages in thread
From: Yaakov (Cygwin/X) @ 2012-07-04 23:31 UTC (permalink / raw)
To: mmarek; +Cc: linux-kbuild
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(-)
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
--
1.7.9
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] xconfig: add quiet rule for moc
2012-07-04 23:31 [PATCH] xconfig: add quiet rule for moc Yaakov (Cygwin/X)
@ 2012-07-13 12:42 ` Michal Marek
0 siblings, 0 replies; 2+ messages in thread
From: Michal Marek @ 2012-07-13 12:42 UTC (permalink / raw)
To: Yaakov (Cygwin/X); +Cc: linux-kbuild
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-07-13 12:42 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-04 23:31 [PATCH] xconfig: add quiet rule for moc Yaakov (Cygwin/X)
2012-07-13 12:42 ` Michal Marek
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox