summaryrefslogtreecommitdiffstats
path: root/liveinst
diff options
context:
space:
mode:
authorDavid Cantrell <dcantrell@redhat.com>2009-08-27 14:58:26 -1000
committerDavid Cantrell <dcantrell@redhat.com>2009-09-02 09:18:44 -1000
commit328236b01f16abdc7893f2be93cea2c93b7b13d8 (patch)
tree480e8a8f08477d5a02ac3a98b70450fa3441e863 /liveinst
parent76381b4cfafd4885a321525ef9968c26e6dcee58 (diff)
downloadanaconda-328236b01f16abdc7893f2be93cea2c93b7b13d8.tar.gz
anaconda-328236b01f16abdc7893f2be93cea2c93b7b13d8.tar.xz
anaconda-328236b01f16abdc7893f2be93cea2c93b7b13d8.zip
Add some silent make support for sed, mkctype, and other commands.
Match up to the silent make thing we have by default now.
Diffstat (limited to 'liveinst')
-rw-r--r--liveinst/Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/liveinst/Makefile.am b/liveinst/Makefile.am
index 0193d473c..7bcf1a283 100644
--- a/liveinst/Makefile.am
+++ b/liveinst/Makefile.am
@@ -35,8 +35,12 @@ CLEANFILES = liveinst.desktop
MAINTAINERCLEANFILES = Makefile.in
+intltool_merge_verbose = $(intltool_merge_verbose_$(V))
+intltool_merge_verbose_ = $(intltool_merge_verbose_$(AM_DEFAULT_VERBOSITY))
+intltool_merge_verbose_0 = @echo " MERGE "$@;
+
liveinst.desktop: liveinst.desktop.in
- LC_ALL=C intltool-merge -d -u $(top_srcdir)/po liveinst.desktop.in liveinst.desktop
+ $(intltool_merge_verbose)LC_ALL=C intltool-merge -q -d -u $(top_srcdir)/po liveinst.desktop.in liveinst.desktop
install-exec-local:
mkdir -p $(DESTDIR)$(bindir)