Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2d80eb0f authored by Peter Foley's avatar Peter Foley Committed by Michal Marek
Browse files

kconfig: quiet commands when V=0



Signed-off-by: default avatarPeter Foley <pefoley2@verizon.net>
Signed-off-by: default avatarMichal Marek <mmarek@suse.cz>
parent bdc69ca4
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -328,11 +328,11 @@ $(obj)/%.moc: $(src)/%.h
	$(KC_QT_MOC) -i $< -o $@
	$(KC_QT_MOC) -i $< -o $@


$(obj)/lkc_defs.h: $(src)/lkc_proto.h
$(obj)/lkc_defs.h: $(src)/lkc_proto.h
	sed < $< > $@ 's/P(\([^,]*\),.*/#define \1 (\*\1_p)/'
	$(Q)sed < $< > $@ 's/P(\([^,]*\),.*/#define \1 (\*\1_p)/'


# Extract gconf menu items for I18N support
# Extract gconf menu items for I18N support
$(obj)/gconf.glade.h: $(obj)/gconf.glade
$(obj)/gconf.glade.h: $(obj)/gconf.glade
	intltool-extract --type=gettext/glade --srcdir=$(srctree) \
	$(Q)intltool-extract --type=gettext/glade --srcdir=$(srctree) \
	$(obj)/gconf.glade
	$(obj)/gconf.glade


###
###