diff options
author | Peter Foley <pefoley2@verizon.net> | 2011-04-26 18:16:53 -0400 |
---|---|---|
committer | Michal Marek <mmarek@suse.cz> | 2011-04-29 04:41:15 -0400 |
commit | 2d80eb0fa39bc4cfcc2e6d4eb1760a578fdeb507 (patch) | |
tree | e1405bb1706adb49a3b5d1accc6176802fb22912 /scripts | |
parent | bdc69ca4cf972494ad06d1271760d94fdbb2e6b9 (diff) |
kconfig: quiet commands when V=0
Signed-off-by: Peter Foley <pefoley2@verizon.net>
Signed-off-by: Michal Marek <mmarek@suse.cz>
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/kconfig/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/kconfig/Makefile b/scripts/kconfig/Makefile index 61cb06ce7b80..faa9a4701b6f 100644 --- a/scripts/kconfig/Makefile +++ b/scripts/kconfig/Makefile | |||
@@ -328,11 +328,11 @@ $(obj)/%.moc: $(src)/%.h | |||
328 | $(KC_QT_MOC) -i $< -o $@ | 328 | $(KC_QT_MOC) -i $< -o $@ |
329 | 329 | ||
330 | $(obj)/lkc_defs.h: $(src)/lkc_proto.h | 330 | $(obj)/lkc_defs.h: $(src)/lkc_proto.h |
331 | sed < $< > $@ 's/P(\([^,]*\),.*/#define \1 (\*\1_p)/' | 331 | $(Q)sed < $< > $@ 's/P(\([^,]*\),.*/#define \1 (\*\1_p)/' |
332 | 332 | ||
333 | # Extract gconf menu items for I18N support | 333 | # Extract gconf menu items for I18N support |
334 | $(obj)/gconf.glade.h: $(obj)/gconf.glade | 334 | $(obj)/gconf.glade.h: $(obj)/gconf.glade |
335 | intltool-extract --type=gettext/glade --srcdir=$(srctree) \ | 335 | $(Q)intltool-extract --type=gettext/glade --srcdir=$(srctree) \ |
336 | $(obj)/gconf.glade | 336 | $(obj)/gconf.glade |
337 | 337 | ||
338 | ### | 338 | ### |