Message ID | 1341444671-7528-1-git-send-email-yselkowitz@users.sourceforge.net (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
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 --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